]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/asn1_compiler.c
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / scripts / asn1_compiler.c
index c146020fc7838d1a3304c21152026f6563a7f5a0..1b28787028d3eaff2df78d15060d63f8f39233be 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.