1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Removes unused variables from func__instrrev().

This commit is contained in:
FellippeHeitor 2018-07-16 11:35:53 -03:00
parent 7f0b086b63
commit 37986c978b

View file

@ -6602,9 +6602,6 @@ int32 func_instr(int32 start,qbs *str,qbs *substr,int32 passed){
}
int32 func__instrrev(int32 start,qbs *str,qbs *substr,int32 passed){
static uint8 *base;
static uint8 firstc,thisc;
if (!str->len) return 0;
if (substr->len>str->len) return 0;
if (!passed) {