Skip to content

Commit

Permalink
Also fix unused ivar in CodeParser class
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Jan 4, 2021
1 parent 6b1bdfd commit 96a4b2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ClassParser/CodeParser.class.st
Expand Up @@ -4,9 +4,6 @@ I am a parser for generating an AST of classes from a string, i am only used in
Class {
#name : #CodeParser,
#superclass : #Object,
#instVars : [
'originalString'
],
#category : #'ClassParser-Model'
}

Expand Down

0 comments on commit 96a4b2b

Please sign in to comment.