Instance: eliminate FinishShutdownUpdate(), move code to destructor

This commit is contained in:
Max Kellermann
2019-02-15 18:20:11 +01:00
parent 99c23cf139
commit f70eb63879
3 changed files with 3 additions and 11 deletions

View File

@@ -167,7 +167,6 @@ struct Instance final
#endif
void BeginShutdownUpdate() noexcept;
void FinishShutdownUpdate() noexcept;
#ifdef ENABLE_CURL
void LookupRemoteTag(const char *uri) noexcept;