diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-04-17 15:58:20 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-04-17 15:58:20 -0400 |
| commit | ff3cdbc3a078de1d54c13737264ed62f77ff1f50 (patch) | |
| tree | b2ff8f1a46a40a39268153b6f0971e6ee5403817 /src/list.hpp | |
| parent | 4ad7d09ba5f6f021cb6b6c2045e26fe252f61a27 (diff) | |
| download | zig-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.hpp | 2 |
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() { |
