summaryrefslogtreecommitdiffstats
path: root/src/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demo.c')
-rw-r--r--src/demo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/demo.c b/src/demo.c
index 80eca766..eebb8aba 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -21,9 +21,6 @@
#include <stdio.h>
#include <time.h>
-ABC_NAMESPACE_IMPL_START
-
-
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
@@ -182,5 +179,3 @@ clkVer = clock() - clk;
return 0;
}
-ABC_NAMESPACE_IMPL_END
-