From 37986c978b3097d563988a9c8760ef14131f082c Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 16 Jul 2018 11:35:53 -0300 Subject: [PATCH] Removes unused variables from func__instrrev(). --- internal/c/libqb.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/c/libqb.cpp b/internal/c/libqb.cpp index 872ea16b9..3712dbc39 100644 --- a/internal/c/libqb.cpp +++ b/internal/c/libqb.cpp @@ -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) {