Fossil SCM
Silence warning about unused variable
Commit
2f72c1fbd2a066e50052c042569446a20a3a0758ab1c1011de7e61144692d076
Parent
1e5cdd35cd0f3b1…
1 file changed
-1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -89,11 +89,10 @@ | ||
| 89 | 89 | static int needGraphJs = 0; /* graph.js */ |
| 90 | 90 | |
| 91 | 91 | /* |
| 92 | 92 | ** Extra JS added to the end of the file. |
| 93 | 93 | */ |
| 94 | -static Blob blobJs = BLOB_INITIALIZER; | |
| 95 | 94 | static Blob blobOnLoad = BLOB_INITIALIZER; |
| 96 | 95 | |
| 97 | 96 | /* |
| 98 | 97 | ** Generate and return a anchor tag like this: |
| 99 | 98 | ** |
| 100 | 99 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -89,11 +89,10 @@ | |
| 89 | static int needGraphJs = 0; /* graph.js */ |
| 90 | |
| 91 | /* |
| 92 | ** Extra JS added to the end of the file. |
| 93 | */ |
| 94 | static Blob blobJs = BLOB_INITIALIZER; |
| 95 | static Blob blobOnLoad = BLOB_INITIALIZER; |
| 96 | |
| 97 | /* |
| 98 | ** Generate and return a anchor tag like this: |
| 99 | ** |
| 100 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -89,11 +89,10 @@ | |
| 89 | static int needGraphJs = 0; /* graph.js */ |
| 90 | |
| 91 | /* |
| 92 | ** Extra JS added to the end of the file. |
| 93 | */ |
| 94 | static Blob blobOnLoad = BLOB_INITIALIZER; |
| 95 | |
| 96 | /* |
| 97 | ** Generate and return a anchor tag like this: |
| 98 | ** |
| 99 |