aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 2915b9e4..c0dac142 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -44,10 +44,6 @@ extern void *bv_tall_ctx;
static int quit = 0;
static int rt_prio = -1;
-#ifdef DEBUG_DIAGRAM
-extern struct timeval diagram_time;
-#endif
-
static void print_help()
{
printf( "Some useful options:\n"
@@ -242,9 +238,6 @@ int main(int argc, char *argv[])
osmo_gsm_timers_update();
osmo_select_main(0);
-#ifdef DEBUG_DIAGRAM
- gettimeofday(&diagram_time, NULL);
-#endif
}
telnet_exit();