forked from OSchip/llvm-project
PathMappingList doesn't need a virtual destructor.
llvm-svn: 185207
This commit is contained in:
parent
147c287d91
commit
e6b5f6ca5a
|
@ -38,7 +38,6 @@ public:
|
|||
|
||||
PathMappingList (const PathMappingList &rhs);
|
||||
|
||||
virtual
|
||||
~PathMappingList ();
|
||||
|
||||
const PathMappingList &
|
||||
|
|
Loading…
Reference in New Issue