summaryrefslogtreecommitdiff
path: root/example/ansic/cparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/ansic/cparse.py')
-rw-r--r--example/ansic/cparse.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ansic/cparse.py b/example/ansic/cparse.py
index 5fe9bce..21c3478 100644
--- a/example/ansic/cparse.py
+++ b/example/ansic/cparse.py
@@ -4,7 +4,6 @@
# Simple parser for ANSI C. Based on the grammar in K&R, 2nd Ed.
# -----------------------------------------------------------------------------
-import sys
import clex
import ply.yacc as yacc