IR: Remove a redundant function. NFC
[oota-llvm.git] / include / llvm / IR / Function.h
index 69c622cc9a828eda2c09747c6e5c8b5837ca7e16..0c507e4b972e4c39853442754ce2d32c75799580 100644 (file)
@@ -524,10 +524,6 @@ public:
   Constant *getPrologueData() const;
   void setPrologueData(Constant *PrologueData);
 
-  /// Print the function to an output stream with an optional
-  /// AssemblyAnnotationWriter.
-  void print(raw_ostream &OS, AssemblyAnnotationWriter *AAW = nullptr) const;
-
   /// viewCFG - This function is meant for use from the debugger.  You can just
   /// say 'call F->viewCFG()' and a ghostview window should pop up from the
   /// program, displaying the CFG of the current function with the code for each