summaryrefslogtreecommitdiff
path: root/ragel/parsetree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/parsetree.cpp')
-rw-r--r--ragel/parsetree.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ragel/parsetree.cpp b/ragel/parsetree.cpp
index 3245a54..ff538aa 100644
--- a/ragel/parsetree.cpp
+++ b/ragel/parsetree.cpp
@@ -583,8 +583,6 @@ Join::Join( const InputLoc &loc, Expression *expr )
/* Construct with a location and the first expression. */
Join::Join( Expression *expr )
-:
- loc(loc)
{
exprList.append( expr );
}