diff options
Diffstat (limited to 'src/demo.c')
-rw-r--r-- | src/demo.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 - |