Skip to content

Commit

Permalink
Remove unused rule in location parser
Browse files Browse the repository at this point in the history
Thanks to Jeffrey Kegler who wrote Marpa
  • Loading branch information
rocky committed Jul 2, 2018
1 parent 1b34412 commit bd08d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin-tools/setup-master.sh
@@ -1,5 +1,5 @@
#!/bin/bash
PYTHON_VERSION=2.7.14
PYTHON_VERSION=2.7.15

# FIXME put some of the below in a common routine
function finish {
Expand Down
3 changes: 1 addition & 2 deletions trepan/processor/parse/parser.py
Expand Up @@ -126,9 +126,8 @@ def p_location(self, args):
location ::= FILENAME COLON NUMBER
location ::= FUNCNAME
# If just a number is given, the the filename is implied
# If just a number is given, the filename is implied
location ::= NUMBER
location ::= METHOD
location ::= OFFSET
# For tokens we accept anything. Were really just
Expand Down

0 comments on commit bd08d4f

Please sign in to comment.