80-col.
[oota-llvm.git] / include / llvm / Analysis / Lint.h
index 2f0136608d3c8752efc396887deadb1d40750e5a..7c88b137ec3b10ac2c56126bd2a4a92621534ae1 100644 (file)
@@ -20,8 +20,6 @@
 #ifndef LLVM_ANALYSIS_LINT_H
 #define LLVM_ANALYSIS_LINT_H
 
-#include <string>
-
 namespace llvm {
 
 class FunctionPass;
@@ -38,8 +36,7 @@ FunctionPass *createLintPass();
 /// This should only be used for debugging, because it plays games with
 /// PassManagers and stuff.
 void lintModule(
-  const Module &M,  ///< The module to be checked
-  std::string *ErrorInfo = 0      ///< Information about failures.
+  const Module &M    ///< The module to be checked
 );
 
 // lintFunction - Check a function.