Fossil SCM

Remove an unused function from the backoffice.c. This problem only comes up on Windows as the function call was contained within #ifdef _WIN32.

drh 2018-08-09 21:40 trunk
Commit 2d732f4030e8501318a91c2da3e1dcf94633c7881d6d3a18098e17c7f416cbfb
1 file changed -3
--- src/backoffice.c
+++ src/backoffice.c
@@ -496,13 +496,10 @@
496496
db_end_transaction(0);
497497
break;
498498
}
499499
}
500500
}
501
-#if defined(_WIN32)
502
- backofficeWin32ThreadCleanup(1);
503
-#endif
504501
return;
505502
}
506503
507504
/*
508505
** This routine runs to do the backoffice processing. When adding new
509506
--- src/backoffice.c
+++ src/backoffice.c
@@ -496,13 +496,10 @@
496 db_end_transaction(0);
497 break;
498 }
499 }
500 }
501 #if defined(_WIN32)
502 backofficeWin32ThreadCleanup(1);
503 #endif
504 return;
505 }
506
507 /*
508 ** This routine runs to do the backoffice processing. When adding new
509
--- src/backoffice.c
+++ src/backoffice.c
@@ -496,13 +496,10 @@
496 db_end_transaction(0);
497 break;
498 }
499 }
500 }
 
 
 
501 return;
502 }
503
504 /*
505 ** This routine runs to do the backoffice processing. When adding new
506

Keyboard Shortcuts

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