Remove extra qualifier.
authorJim Laskey <jlaskey@mac.com>
Sun, 29 Jan 2006 09:52:11 +0000 (09:52 +0000)
committerJim Laskey <jlaskey@mac.com>
Sun, 29 Jan 2006 09:52:11 +0000 (09:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25790 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineDebugInfo.h

index a3466f8ee43b96bc7814a2ea014a3d31647d34a8..fe12802dcdeafd168d982ce53df7c123bdc0210f 100644 (file)
@@ -296,7 +296,7 @@ public:
   
   /// SetupCompileUnits - Set up the unique vector of compile units.
   ///
-  void MachineDebugInfo::SetupCompileUnits(Module &M);
+  void SetupCompileUnits(Module &M);
 
   /// getCompileUnits - Return a vector of debug compile units.
   ///