remove a bunch of unused private methods
[oota-llvm.git] / lib / Transforms / Instrumentation / BoundsChecking.cpp
index 3493c4be3152dcf6b75210babbbe2e6be30e01af..505fb831591d108e7a6864b261adab664792e901 100644 (file)
@@ -62,8 +62,6 @@ namespace {
 
     BasicBlock *getTrapBB();
     void emitBranchToTrap(Value *Cmp = 0);
-    bool computeAllocSize(Value *Ptr, APInt &Offset, Value* &OffsetValue,
-                          APInt &Size, Value* &SizeValue);
     bool instrument(Value *Ptr, Value *Val);
  };
 }