summaryrefslogtreecommitdiffstats
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
commite6b5f6ca5af2579f6aeeb012a7ee3ea65996633d (patch)
tree07de4ca93fa7705bad5cf4d978e4ec38ef3bad2a
parent147c287d9181c6a9d7371ef78c7251ac07c66b2a (diff)
downloadbcm5719-llvm-e6b5f6ca5af2579f6aeeb012a7ee3ea65996633d.tar.gz
bcm5719-llvm-e6b5f6ca5af2579f6aeeb012a7ee3ea65996633d.zip
PathMappingList doesn't need a virtual destructor.
llvm-svn: 185207
-rw-r--r--lldb/include/lldb/Target/PathMappingList.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/PathMappingList.h b/lldb/include/lldb/Target/PathMappingList.h
index 73a41f85e01..b5bcbbfd768 100644
--- a/lldb/include/lldb/Target/PathMappingList.h
+++ b/lldb/include/lldb/Target/PathMappingList.h
@@ -38,7 +38,6 @@ public:
PathMappingList (const PathMappingList &rhs);
- virtual
~PathMappingList ();
const PathMappingList &
OpenPOWER on IntegriCloud