Skip to content

Commit

Permalink
Merge pull request iovisor#828 from palmtenor/dbgflg
Browse files Browse the repository at this point in the history
Remove debug flag override in bcc_exception.h
  • Loading branch information
4ast authored Nov 30, 2016
2 parents 8ad9ba0 + a71c975 commit 89b1f10
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/cc/bcc_exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <cstdio>
#include <string>
#undef NDEBUG

namespace ebpf {

Expand Down
1 change: 0 additions & 1 deletion src/cc/frontends/b/codegen_llvm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <set>
#include <algorithm>
#include <sstream>
#include <assert.h>

#include <llvm/IR/BasicBlock.h>
#include <llvm/IR/CallingConv.h>
Expand Down
1 change: 0 additions & 1 deletion src/cc/frontends/b/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

#include <algorithm>
#include <assert.h>
#include "bcc_exception.h"
#include "parser.h"
#include "type_helper.h"
Expand Down

0 comments on commit 89b1f10

Please sign in to comment.