aboutsummaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-22 15:34:57 +0800
committerMistivia <i@mistivia.com>2025-07-22 15:35:11 +0800
commitea5c15cbd628953e7b9d17b45ea685006a582cd4 (patch)
tree0440a31d4fb2f73cd150fa11f19ac08fd23562f9 /src/sexp.c
parentd64a599af8c6b52223b20f727d76a59a562abb75 (diff)
change dir structure
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sexp.c b/src/sexp.c
deleted file mode 100644
index d8feb4d..0000000
--- a/src/sexp.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "sexp.h"
-#include "algds/vec.h"
-
-#include <inttypes.h>
-
-void SExpRef_show(SExpRef self, FILE* fp) {}
-void SExpPtr_show(SExpPtr self, FILE* fp) {}
-void SExp_show(SExp self, FILE* fp) {}
-
-VECTOR_IMPL(SExp);
-VECTOR_IMPL(SExpRef);
-VECTOR_IMPL(SExpPtr);