summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UserID.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-06-19 21:50:28 +0000
committerGreg Clayton <gclayton@apple.com>2013-06-19 21:50:28 +0000
commitd8c3d4b1e9f8695a9c063615a324cb105c9ab780 (patch)
treecd14cf1ec62a3ee6215f7f1e8bab6cb0af9c9daf /lldb/source/Core/UserID.cpp
parent6d2cfb80ba239ed47d962d7dd2487c168082c531 (diff)
downloadbcm5719-llvm-d8c3d4b1e9f8695a9c063615a324cb105c9ab780.tar.gz
bcm5719-llvm-d8c3d4b1e9f8695a9c063615a324cb105c9ab780.zip
Implemented a types.py module that allows types to be inspected for padding.
The script was able to point out and save 40 bytes in each lldb_private::Section by being very careful where we need to have virtual destructors and also by re-ordering members. llvm-svn: 184364
Diffstat (limited to 'lldb/source/Core/UserID.cpp')
-rw-r--r--lldb/source/Core/UserID.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/UserID.cpp b/lldb/source/Core/UserID.cpp
index 57ffce9cfff..f3d6e5b2218 100644
--- a/lldb/source/Core/UserID.cpp
+++ b/lldb/source/Core/UserID.cpp
@@ -15,10 +15,6 @@
using namespace lldb;
using namespace lldb_private;
-UserID::~UserID ()
-{
-}
-
Stream&
lldb_private::operator << (Stream& strm, const UserID& uid)
{
OpenPOWER on IntegriCloud