remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor...
authorChris Lattner <sabre@nondot.org>
Tue, 7 Jul 2009 18:01:58 +0000 (18:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Jul 2009 18:01:58 +0000 (18:01 +0000)
commit72501b4a2138fcb32f8a6d71054bb1139d8b04b5
treef4b929ef602e5d425317723c7bbc7d7562e3c6cb
parentddb03d831be02323e10b17328f715c0c5ffe3e02
remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74926 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/DynamicLibrary.h
lib/System/DynamicLibrary.cpp