summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src/sar_tx.c
diff options
context:
space:
mode:
authorlaranjeiro2010-02-10 16:18:00 +0000
committerlaranjeiro2010-02-10 16:18:00 +0000
commitfe53b9bf941da96f08dbefb8151e4a4b5417ec7f (patch)
tree52107c79ca32cc595a12740837d75892a6716804 /cesar/mac/sar/test/functional/src/sar_tx.c
parent16e0dbcce73600ba9d64b155053cb15c3394c685 (diff)
cesar/mac/sar: fix functional tests
Remove useless variable initialisation. See r6614 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6690 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/mac/sar/test/functional/src/sar_tx.c')
-rw-r--r--cesar/mac/sar/test/functional/src/sar_tx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cesar/mac/sar/test/functional/src/sar_tx.c b/cesar/mac/sar/test/functional/src/sar_tx.c
index 4614f29ba5..51024f0a4f 100644
--- a/cesar/mac/sar/test/functional/src/sar_tx.c
+++ b/cesar/mac/sar/test/functional/src/sar_tx.c
@@ -104,9 +104,6 @@ prepare_test (test_t test)
if (added)
sar_mfs_add (sar_ctx, (mfs_t *)mfs);
- /* Avoid expiration. */
- sar_ctx->expiration_last_ntb = mac_ntb() + 1;
-
/* Add the first frame. */
sar_msdu_add (sar_ctx, buffer, 1434, mfs, NULL, mac_ntb());
/* Add the second frame. */