mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 03:34:17 +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:
parent
1b9433594e
commit
b6ac91c0e6
13 changed files with 20 additions and 100 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue