pespin has uploaded this change for review.
tests/acc: Remove unused var
Change-Id: I1b56b4f8d3c3901cdf9a971e9ed95a6ebbbc1cca
---
M tests/acc/acc_test.c
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/98/27998/1
diff --git a/tests/acc/acc_test.c b/tests/acc/acc_test.c
index 12124d3..1e78f73 100644
--- a/tests/acc/acc_test.c
+++ b/tests/acc/acc_test.c
@@ -33,9 +33,7 @@
static void clock_debug(char* str)
{
- struct timespec ts;
struct timeval tv;
- osmo_clock_gettime(CLOCK_MONOTONIC, &ts);
osmo_gettimeofday(&tv, NULL);
fprintf(stderr, "sys={%lu.%06lu}: %s\n",
tv.tv_sec, tv.tv_usec, str);
To view, visit change 27998. To unsubscribe, or for help writing mail filters, visit settings.