aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 9173ae0..21a25a3 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -126,12 +126,6 @@ std::string get_hostname();
int real_main(app *app, int argc, const char *argv[]);
-template<typename T>
-class noop_delete {
-public:
- void operator()(T *) const { }
-};
-
static inline void noop_deleter(void *) { }
-}
-}
+} // namespace apps
+} // namespace trygvis