Skip to content

Commit

Permalink
remove orphan Exit function
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzure committed Jul 16, 2012
1 parent 0d9dc8a commit b2ef37c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bytecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
global PRETTY_SHOW
PRETTY_SHOW = 0

# Handle exit message
def Exit(msg):
print("oops")

# Print arg into a correct format
def _Print(name, arg):
buff = name + " "
Expand Down

0 comments on commit b2ef37c

Please sign in to comment.