Remove references to `bugpoint' from the now-generic system utilities.
[oota-llvm.git] / include / Support / BitSetVector.h
index 898ea53f65e8a4c9453403f4eb17dc3b57ba3ee9..cdcd52d948659e3add170ed806aaaadcc17f1000 100644 (file)
@@ -24,7 +24,6 @@
 #include <vector>
 #include <functional>
 #include <iostream>
-#include <assert.h>
 
 class BitSetVector {
   enum { BITSET_WORDSIZE = sizeof(long)*8 };