summaryrefslogtreecommitdiff
path: root/FreeFileSync/Source/status_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync/Source/status_handler.h')
-rw-r--r--FreeFileSync/Source/status_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/FreeFileSync/Source/status_handler.h b/FreeFileSync/Source/status_handler.h
index 1c3aab6d..5d1729c5 100644
--- a/FreeFileSync/Source/status_handler.h
+++ b/FreeFileSync/Source/status_handler.h
@@ -9,7 +9,6 @@
#include <thread>
#include <functional>
-//#include <zen/error_log.h>
#include "base/process_callback.h"
#include "return_codes.h"
bgstack15