summaryrefslogtreecommitdiff
path: root/osdep/OSUtils.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-03 15:52:10 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-03 15:52:10 -0800
commit7903f24a8fbe8e45a4cd242efdf1ca64c0356d43 (patch)
tree86bb1242299ca74e13023c9a99fe5fe6d89d2acf /osdep/OSUtils.hpp
parent4b655ab22c1209ebdab5cee909bd01c244a84e2d (diff)
downloadinfinitytier-7903f24a8fbe8e45a4cd242efdf1ca64c0356d43.tar.gz
infinitytier-7903f24a8fbe8e45a4cd242efdf1ca64c0356d43.zip
Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db.
Diffstat (limited to 'osdep/OSUtils.hpp')
-rw-r--r--osdep/OSUtils.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/OSUtils.hpp b/osdep/OSUtils.hpp
index 5de35eba..43fd2813 100644
--- a/osdep/OSUtils.hpp
+++ b/osdep/OSUtils.hpp
@@ -95,7 +95,6 @@ public:
static inline bool rm(const std::string &path) throw() { return rm(path.c_str()); }
static inline bool mkdir(const char *path)
- throw()
{
#ifdef __WINDOWS__
if (::PathIsDirectoryA(path))