Fossil SCM
Remove an unused variable in the previous check-in.
Commit
d23912f089748de6dd4ac86b971c9f82c1eb86fb7df76154b18a34eacf768d15
Parent
2304fb87ac93f4f…
1 file changed
-1
-1
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -822,11 +822,10 @@ | ||
| 822 | 822 | */ |
| 823 | 823 | void errorlog_page(void){ |
| 824 | 824 | i64 szFile; |
| 825 | 825 | FILE *in; |
| 826 | 826 | char *zLog; |
| 827 | - int hasType = 0; | |
| 828 | 827 | const char *zType = P("y"); |
| 829 | 828 | static const int eAllTypes = 0x47; |
| 830 | 829 | long eType = 0; |
| 831 | 830 | int bOutput = 0; |
| 832 | 831 | int prevWasTime = 0; |
| 833 | 832 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -822,11 +822,10 @@ | |
| 822 | */ |
| 823 | void errorlog_page(void){ |
| 824 | i64 szFile; |
| 825 | FILE *in; |
| 826 | char *zLog; |
| 827 | int hasType = 0; |
| 828 | const char *zType = P("y"); |
| 829 | static const int eAllTypes = 0x47; |
| 830 | long eType = 0; |
| 831 | int bOutput = 0; |
| 832 | int prevWasTime = 0; |
| 833 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -822,11 +822,10 @@ | |
| 822 | */ |
| 823 | void errorlog_page(void){ |
| 824 | i64 szFile; |
| 825 | FILE *in; |
| 826 | char *zLog; |
| 827 | const char *zType = P("y"); |
| 828 | static const int eAllTypes = 0x47; |
| 829 | long eType = 0; |
| 830 | int bOutput = 0; |
| 831 | int prevWasTime = 0; |
| 832 |