[PM] Remove a failed attempt to port the CallGraph analysis to the new
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
index 9d37748bff229cc82d7cfa64fb3d1b84e405224c..46c044a3843d473df91714a79f4966d5bfa7ecc0 100644 (file)
@@ -252,12 +252,6 @@ void CallGraphNode::replaceCallEdge(CallSite CS,
   }
 }
 
   }
 }
 
-//===----------------------------------------------------------------------===//
-// Out-of-line definitions of CallGraphAnalysis class members.
-//
-
-char CallGraphAnalysis::PassID;
-
 //===----------------------------------------------------------------------===//
 // Implementations of the CallGraphWrapperPass class methods.
 //
 //===----------------------------------------------------------------------===//
 // Implementations of the CallGraphWrapperPass class methods.
 //