From e6b5f6ca5af2579f6aeeb012a7ee3ea65996633d Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 28 Jun 2013 20:19:27 +0000 Subject: [PATCH] PathMappingList doesn't need a virtual destructor. llvm-svn: 185207 --- lldb/include/lldb/Target/PathMappingList.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/include/lldb/Target/PathMappingList.h b/lldb/include/lldb/Target/PathMappingList.h index 73a41f85e012..b5bcbbfd768f 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 &