aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/parser.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/parser.clj')
-rw-r--r--src/cljcc/parser.clj8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cljcc/parser.clj b/src/cljcc/parser.clj
index 3342f43..3addc4c 100644
--- a/src/cljcc/parser.clj
+++ b/src/cljcc/parser.clj
@@ -402,12 +402,4 @@
(comment
- (pp/pprint (parse-from-src "
-int main(void) {
-if (1 < 0) {
-int x = 1;
-}
-}
- "))
-
())