summaryrefslogtreecommitdiff
path: root/c++/tools/c_gen_iface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/tools/c_gen_iface.cpp')
-rw-r--r--c++/tools/c_gen_iface.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/c++/tools/c_gen_iface.cpp b/c++/tools/c_gen_iface.cpp
deleted file mode 100644
index 996f3c3..0000000
--- a/c++/tools/c_gen_iface.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "c_gen_iface.hpp"
-
-int main(){
- // saw::generate_array_example();
-
- auto eov = saw::generate_iface_example();
- if(eov.is_error()){
- return -1;
- }
- return 0;
-}