Commit 89b1f102 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #828 from palmtenor/dbgflg

Remove debug flag override in bcc_exception.h
parents 8ad9ba03 a71c9757
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <cstdio> #include <cstdio>
#include <string> #include <string>
#undef NDEBUG
namespace ebpf { namespace ebpf {
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <set> #include <set>
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>
#include <assert.h>
#include <llvm/IR/BasicBlock.h> #include <llvm/IR/BasicBlock.h>
#include <llvm/IR/CallingConv.h> #include <llvm/IR/CallingConv.h>
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
*/ */
#include <algorithm> #include <algorithm>
#include <assert.h>
#include "bcc_exception.h" #include "bcc_exception.h"
#include "parser.h" #include "parser.h"
#include "type_helper.h" #include "type_helper.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment