Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-10-13 17:29:02 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-10-13 17:29:02 +0300
commitc2f38d0db74ee1eebb2cfd265a035141d8106fcd (patch)
tree3fa93a02ace276719ec92a273c7f7cb99719b9c8 /server/TracyUserData.hpp
parent9d0316342dad9182c9fff15134d1758048c72388 (diff)
Implement removal of user data files.
Diffstat (limited to 'server/TracyUserData.hpp')
-rw-r--r--server/TracyUserData.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyUserData.hpp b/server/TracyUserData.hpp
index 8e8450e6..f361325b 100644
--- a/server/TracyUserData.hpp
+++ b/server/TracyUserData.hpp
@@ -28,6 +28,7 @@ public:
private:
FILE* OpenFile( const char* filename, bool write );
+ void Remove( const char* filename );
std::string m_program;
uint64_t m_time;