diff options
-rw-r--r-- | lldb/include/lldb/Host/FileSpec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/include/lldb/Host/FileSpec.h b/lldb/include/lldb/Host/FileSpec.h index f9f51b48115..c58be9ec09d 100644 --- a/lldb/include/lldb/Host/FileSpec.h +++ b/lldb/include/lldb/Host/FileSpec.h @@ -95,10 +95,7 @@ public: //------------------------------------------------------------------ /// Destructor. - /// - /// The destructor is virtual in case this class is subclassed. //------------------------------------------------------------------ - virtual ~FileSpec (); //------------------------------------------------------------------ |