dustins nits

This commit is contained in:
Mike Griese 2021-11-11 12:58:50 -06:00
parent 33e96e7e66
commit 7f03d4d1ea
2 changed files with 1 additions and 1 deletions

View file

@ -145,6 +145,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
try
{
LOG_LAST_ERROR_IF(!DeleteFile(_sharedPath.c_str()));
LOG_LAST_ERROR_IF(!DeleteFile(_elevatedPath.c_str()));
*_state.lock() = {};
}
CATCH_LOG()

View file

@ -86,7 +86,6 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
};
til::shared_mutex<state_t> _state;
std::filesystem::path _sharedPath;
std::filesystem::path _userPath;
std::filesystem::path _elevatedPath;
til::throttled_func_trailing<> _throttler;