summaryrefslogtreecommitdiff
path: root/zen/scope_guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/scope_guard.h')
-rw-r--r--zen/scope_guard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/scope_guard.h b/zen/scope_guard.h
index 1e4165be..4cc049a8 100644
--- a/zen/scope_guard.h
+++ b/zen/scope_guard.h
@@ -8,7 +8,6 @@
#define SCOPE_GUARD_H_8971632487321434
#include <cassert>
-//#include <exception>
#include "type_traits.h"
#include "legacy_compiler.h" //std::uncaught_exceptions
bgstack15