From 7903f24a8fbe8e45a4cd242efdf1ca64c0356d43 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 3 Nov 2015 15:52:10 -0800 Subject: Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db. --- osdep/OSUtils.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep/OSUtils.hpp') 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)) -- cgit v1.2.3