aboutsummaryrefslogtreecommitdiff
path: root/zenserver/projectstore.h
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-01 10:12:38 +0100
committerMartin Ridgers <[email protected]>2021-11-01 10:13:57 +0100
commit9897f5317f7848893bf05f3036deacca326e3135 (patch)
tree4f64f8fa3e4b6b9035e2d08983ddaa32d27060c4 /zenserver/projectstore.h
parentRemoved unused variable (diff)
downloadzen-9897f5317f7848893bf05f3036deacca326e3135.tar.xz
zen-9897f5317f7848893bf05f3036deacca326e3135.zip
Fixed up some assumptions that satd::fs::path uses wchar_t
Diffstat (limited to 'zenserver/projectstore.h')
-rw-r--r--zenserver/projectstore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h
index c9f49217a..cebe26886 100644
--- a/zenserver/projectstore.h
+++ b/zenserver/projectstore.h
@@ -97,7 +97,6 @@ public:
const std::string& OplogId() const { return m_OplogId; }
- const std::wstring& TempDir() const { return m_TempPath.native(); }
const std::filesystem::path& TempPath() const { return m_TempPath; }
spdlog::logger& Log() { return m_OuterProject->Log(); }