Fix VC++ compilation error
[oota-llvm.git] / include / llvm / Support / SystemUtils.h
index bf21f19611fd4220c4e150a43dffe8ca4d281858..decc3c4a3d4b6a2601589aa8257ade9870d32d1c 100644 (file)
@@ -34,7 +34,7 @@ sys::Path FindExecutable(const std::string &ExeName,
 /// RunProgramWithTimeout - This function provides an alternate interface to the
 /// sys::Program::ExecuteAndWait interface.
 /// @see sys:Program::ExecuteAndWait
-inline int llvm::RunProgramWithTimeout(const sys::Path &ProgramPath,
+inline int RunProgramWithTimeout(const sys::Path &ProgramPath,
                                 const char **Args,
                                 const sys::Path &StdInFile,
                                 const sys::Path &StdOutFile,