aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-06-28 20:19:27 +0000
committerGreg Clayton <gclayton@apple.com>2013-06-28 20:19:27 +0000
commit87f0261992eb2fac7a3dee5e100833972a19f22d (patch)
tree414fa58907c9f708c4e57c15f2feb244187e9dfe /include
parent1eba6511cd53f18eb75ca51427761985f1f4e1a3 (diff)
downloadlldb-87f0261992eb2fac7a3dee5e100833972a19f22d.tar.gz
PathMappingList doesn't need a virtual destructor.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/lldb/Target/PathMappingList.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lldb/Target/PathMappingList.h b/include/lldb/Target/PathMappingList.h
index 73a41f85e..b5bcbbfd7 100644
--- a/include/lldb/Target/PathMappingList.h
+++ b/include/lldb/Target/PathMappingList.h
@@ -38,7 +38,6 @@ public:
PathMappingList (const PathMappingList &rhs);
- virtual
~PathMappingList ();
const PathMappingList &