aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/AIX/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/AIX/Path.cpp')
-rw-r--r--lib/System/AIX/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/System/AIX/Path.cpp b/lib/System/AIX/Path.cpp
index 8eddb96..56a006d 100644
--- a/lib/System/AIX/Path.cpp
+++ b/lib/System/AIX/Path.cpp
@@ -48,11 +48,6 @@ Path::GetTemporaryDirectory() {
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "so";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab