aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/symbols.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/symbols.clj')
-rw-r--r--src/cljcc/symbols.clj10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cljcc/symbols.clj b/src/cljcc/symbols.clj
deleted file mode 100644
index 1afbe47..0000000
--- a/src/cljcc/symbols.clj
+++ /dev/null
@@ -1,10 +0,0 @@
-(ns cljcc.symbols)
-
-(def symbols
- "Holds global symbol table.
-
- Maps identifiers to their types."
- (atom {}))
-
-(defn reset-symbols [new-symbols]
- (reset! symbols new-symbols))