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.
Commit
2d732f4030e8501318a91c2da3e1dcf94633c7881d6d3a18098e17c7f416cbfb
Parent
148d4b6603248af…
1 file changed
-3
-3
| --- src/backoffice.c | ||
| +++ src/backoffice.c | ||
| @@ -496,13 +496,10 @@ | ||
| 496 | 496 | db_end_transaction(0); |
| 497 | 497 | break; |
| 498 | 498 | } |
| 499 | 499 | } |
| 500 | 500 | } |
| 501 | -#if defined(_WIN32) | |
| 502 | - backofficeWin32ThreadCleanup(1); | |
| 503 | -#endif | |
| 504 | 501 | return; |
| 505 | 502 | } |
| 506 | 503 | |
| 507 | 504 | /* |
| 508 | 505 | ** This routine runs to do the backoffice processing. When adding new |
| 509 | 506 |
| --- 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 |