diff options
author | Greg Clayton <gclayton@apple.com> | 2013-06-28 20:26:06 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-06-28 20:26:06 +0000 |
commit | c7c8dd2090e5f0a0f846c47d9ed61c07f55d3e53 (patch) | |
tree | 94d97c43351a68cf64940c059693466d2330afbe | |
parent | c46e56721ed777c6b2c6a5659b5049ae18c4fd6b (diff) | |
download | bcm5719-llvm-c7c8dd2090e5f0a0f846c47d9ed61c07f55d3e53.tar.gz bcm5719-llvm-c7c8dd2090e5f0a0f846c47d9ed61c07f55d3e53.zip |
FileSpec destructor doesn't need to be virtual.
llvm-svn: 185210
-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 (); //------------------------------------------------------------------ |