Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', ...
[platform/kernel/linux-rpi.git] / scripts / asn1_compiler.c
index c146020..1b28787 100644 (file)
@@ -413,7 +413,7 @@ static void tokenise(char *buffer, char *end)
 
                        /* Handle string tokens */
                        if (isalpha(*p)) {
-                               const char **dir, *start = p;
+                               const char **dir;
 
                                /* Can be a directive, type name or element
                                 * name.  Find the end of the name.