You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Removed unused variables (first pass)
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
This commit is contained in:
@@ -1156,7 +1156,6 @@ Vector<uint8_t> GDTokenizerBuffer::parse_code_string(const String& p_code) {
|
||||
GDTokenizerText tt;
|
||||
tt.set_code(p_code);
|
||||
int line=-1;
|
||||
int col=0;
|
||||
|
||||
while(true) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user