]> Shamusworld >> Repos - rmac/blobdiff - token.c
Updated VS2015 project files, it should now build out of the box on VS2015 and later
[rmac] / token.c
diff --git a/token.c b/token.c
index 6a47bdb3fd04daab8e8c17b8364e83cc88712cfb..c8678532a271a00e4b84d20d16f1edd812146646 100644 (file)
--- a/token.c
+++ b/token.c
@@ -950,7 +950,6 @@ int TokenizeLine(void)
        uint8_t c;                                      // Random char
        uint64_t v;                                     // Random value
        uint32_t cursize = 0;           // Current line's size (.b, .w, .l, .s, .q, .d)
-       double f;                                       // Random float
        uint8_t * nullspot = NULL;      // Spot to clobber for SYMBOL termination
        int stuffnull;                          // 1:terminate SYMBOL '\0' at *nullspot
        uint8_t c1;