]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Record location information in all syntax nodes
[libs/gl.git] / source / glsl / syntax.cpp
index b74f482aa8df5a21dfffebc23c2f2b6fb8a8dd21..931578640b94fc4f874b25648dfef01fd0330c0d 100644 (file)
@@ -75,12 +75,6 @@ NodeContainer<C>::NodeContainer(const NodeContainer &c):
 }
 
 
-Statement::Statement():
-       source(GENERATED_SOURCE),
-       line(1)
-{ }
-
-
 Block::Block():
        use_braces(false),
        parent(0)