]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/slre.c
efi_loader: variable: attributes may not be changed if a variable exists
[thirdparty/u-boot.git] / lib / slre.c
index e26d344865b83f7639fb711fd4b6a2c21618f4e8..969c46a8591d3a408e7744f0f8bdfe8092efd425 100644 (file)
@@ -703,8 +703,6 @@ int main(int argc, char *argv[])
 
                (void) memset(caps, 0, sizeof(caps));
 
-               res = 0;
-
                res = slre_match(&slre, data, len, caps);
                printf("Result [%d]: %d\n", i, res);