OSDN Git Service

Remove these files as they are not being included any more. DynamicLibrary
authorReid Spencer <rspencer@reidspencer.com>
Fri, 24 Dec 2004 03:59:46 +0000 (03:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 24 Dec 2004 03:59:46 +0000 (03:59 +0000)
commit48a1f4237deb3efaa0ad20d532cd7679c3bf0cf0
treeb808cb06b05b8fbbc71fcc52d3c4354ad9367e73
parent6a901ecb6f912f54196c29a8e1757ed598faea53
Remove these files as they are not being included any more. DynamicLibrary
is now implemented via ltdl.cpp which has its own way of dealing with
the different platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19129 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/DynamicLibrary.cpp [deleted file]
lib/System/Cygwin/DynamicLibrary.cpp [deleted file]
lib/System/Darwin/DynamicLibrary.cpp [deleted file]
lib/System/FreeBSD/DynamicLibrary.cpp [deleted file]
lib/System/Interix/DynamicLibrary.cpp [deleted file]
lib/System/Linux/DynamicLibrary.cpp [deleted file]
lib/System/SunOS/DynamicLibrary.cpp [deleted file]
lib/System/Unix/DynamicLibrary.cpp [deleted file]
lib/System/Win32/DynamicLibrary.cpp [deleted file]
lib/System/Win32/DynamicLibrary.inc [deleted file]