summaryrefslogtreecommitdiff
path: root/Source/ParserHelper/ParserHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ParserHelper/ParserHelper.cs')
-rw-r--r--Source/ParserHelper/ParserHelper.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/ParserHelper/ParserHelper.cs b/Source/ParserHelper/ParserHelper.cs
index a24343c9..111b836b 100644
--- a/Source/ParserHelper/ParserHelper.cs
+++ b/Source/ParserHelper/ParserHelper.cs
@@ -53,11 +53,10 @@ namespace Microsoft.Boogie {
this._val = "anything so that it is nonnull";
}
public Token(int linenum, int colnum)
- : base() {//BASEMOVE DANGER
+ : base() {
this._line = linenum;
this._col = colnum;
this._val = "anything so that it is nonnull";
- //:base();
}
public int kind {