[Lldb-commits] [lldb] r185207 - PathMappingList doesn't need a virtual destructor.
Greg Clayton
gclayton at apple.com
Fri Jun 28 13:19:27 PDT 2013
Author: gclayton
Date: Fri Jun 28 15:19:27 2013
New Revision: 185207
URL: http://llvm.org/viewvc/llvm-project?rev=185207&view=rev
Log:
PathMappingList doesn't need a virtual destructor.
Modified:
lldb/trunk/include/lldb/Target/PathMappingList.h
Modified: lldb/trunk/include/lldb/Target/PathMappingList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/PathMappingList.h?rev=185207&r1=185206&r2=185207&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/PathMappingList.h (original)
+++ lldb/trunk/include/lldb/Target/PathMappingList.h Fri Jun 28 15:19:27 2013
@@ -38,7 +38,6 @@ public:
PathMappingList (const PathMappingList &rhs);
- virtual
~PathMappingList ();
const PathMappingList &
More information about the lldb-commits
mailing list