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 5b3ff9751..4b82eaf92 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -606,6 +606,7 @@ static void container_destruct(void *_c)
#endif
}
+#ifdef AO2_DEBUG
static int print_cb(void *obj, void *arg, int flag)
{
int *fd = arg;
@@ -615,7 +616,6 @@ static int print_cb(void *obj, void *arg, int flag)
return 0;
}
-#ifdef AO2_DEBUG
/*
* Print stats
*/