X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FDebugInfo.h;h=59cabd326d285f49a5b561cdf522704ce7fe533e;hb=ed192380fc0f73545d2eac8f18d07b7fb344c0db;hp=a06174827ba5b892a0affee38408b73240f22e33;hpb=0567cb7e1aed86bdbfdf2f8575984874426e6465;p=oota-llvm.git diff --git a/include/llvm/IR/DebugInfo.h b/include/llvm/IR/DebugInfo.h index a06174827ba..59cabd326d2 100644 --- a/include/llvm/IR/DebugInfo.h +++ b/include/llvm/IR/DebugInfo.h @@ -143,8 +143,6 @@ private: bool TypeMapInitialized; }; -DenseMap makeSubprogramMap(const Module &M); - } // end namespace llvm #endif