summaryrefslogtreecommitdiff
path: root/zen/perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/perf.h')
-rw-r--r--zen/perf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/perf.h b/zen/perf.h
index fe3c5f67..4dc79563 100644
--- a/zen/perf.h
+++ b/zen/perf.h
@@ -8,7 +8,6 @@
#define PERF_H_83947184145342652456
#include <chrono>
-//#include "scope_guard.h"
#include "string_tools.h"
#include <iostream>
bgstack15