Fossil SCM

Remove an unused variable in the previous check-in.

drh 2025-03-17 11:40 trunk
Commit d23912f089748de6dd4ac86b971c9f82c1eb86fb7df76154b18a34eacf768d15
1 file changed -1
--- src/security_audit.c
+++ src/security_audit.c
@@ -822,11 +822,10 @@
822822
*/
823823
void errorlog_page(void){
824824
i64 szFile;
825825
FILE *in;
826826
char *zLog;
827
- int hasType = 0;
828827
const char *zType = P("y");
829828
static const int eAllTypes = 0x47;
830829
long eType = 0;
831830
int bOutput = 0;
832831
int prevWasTime = 0;
833832
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button