aboutsummaryrefslogtreecommitdiff
path: root/src/list.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-04-17 15:58:20 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-04-17 15:58:20 -0400
commitff3cdbc3a078de1d54c13737264ed62f77ff1f50 (patch)
treeb2ff8f1a46a40a39268153b6f0971e6ee5403817 /src/list.hpp
parent4ad7d09ba5f6f021cb6b6c2045e26fe252f61a27 (diff)
downloadzig-ff3cdbc3a078de1d54c13737264ed62f77ff1f50.tar.gz
zig-ff3cdbc3a078de1d54c13737264ed62f77ff1f50.zip
stage1 assertions always on, and have stack traces
Diffstat (limited to 'src/list.hpp')
-rw-r--r--src/list.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/list.hpp b/src/list.hpp
index b69a369f5a..f838e44a5b 100644
--- a/src/list.hpp
+++ b/src/list.hpp
@@ -10,8 +10,6 @@
#include "util.hpp"
-#include <assert.h>
-
template<typename T>
struct ZigList {
void deinit() {