aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index 8a0d2ab4e..f7fde9a29 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -594,6 +594,7 @@ static void container_destruct(void *_c)
#endif
}
+#ifdef AO2_DEBUG
static int print_cb(void *obj, void *arg, int flag)
{
int *fd = arg;
@@ -603,7 +604,6 @@ static int print_cb(void *obj, void *arg, int flag)
return 0;
}
-#ifdef AO2_DEBUG
/*
* Print stats
*/