[llvm-commits] CVS: llvm/lib/System/SunOS/Path.cpp

Reid Spencer reid at x10sys.com
Mon Dec 13 10:41:40 PST 2004



Changes in directory llvm/lib/System/SunOS:

Path.cpp updated: 1.5 -> 1.6
---
Log message:

Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
available.


---
Diffs of the changes:  (+0 -5)

Index: llvm/lib/System/SunOS/Path.cpp
diff -u llvm/lib/System/SunOS/Path.cpp:1.5 llvm/lib/System/SunOS/Path.cpp:1.6
--- llvm/lib/System/SunOS/Path.cpp:1.5	Sat Dec 11 11:37:01 2004
+++ llvm/lib/System/SunOS/Path.cpp	Mon Dec 13 12:41:28 2004
@@ -47,11 +47,6 @@
   return result;
 }
 
-std::string
-Path::GetDLLSuffix() {
-  return "so";
-}
-
 }
 
 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab






More information about the llvm-commits mailing list