From f3f5e2e16231f8b7bef055ca1269611bcbbfcc8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jan 2014 21:17:40 +0100 Subject: db/upnp: un-inline a few destructors Reduce bloat. --- src/db/upnp/Directory.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/db/upnp/Directory.cxx') diff --git a/src/db/upnp/Directory.cxx b/src/db/upnp/Directory.cxx index 9f4418a70..adb8b213a 100644 --- a/src/db/upnp/Directory.cxx +++ b/src/db/upnp/Directory.cxx @@ -31,6 +31,11 @@ #include +UPnPDirContent::~UPnPDirContent() +{ + /* this destructor exists here just so it won't get inlined */ +} + gcc_pure gcc_nonnull_all static bool CompareStringLiteral(const char *literal, const char *value, size_t length) -- cgit v1.2.3