summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/SystemBackendPosix/SystemBackendPosix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/SystemBackendPosix/SystemBackendPosix.h b/src/modules/SystemBackendPosix/SystemBackendPosix.h
index 3cdb43c..e462b43 100644
--- a/src/modules/SystemBackendPosix/SystemBackendPosix.h
+++ b/src/modules/SystemBackendPosix/SystemBackendPosix.h
@@ -44,8 +44,6 @@ class SystemBackendPosix : public Common::SystemBackend {
virtual void reboot() throw(Net::Exception);
public:
- ~SystemBackendPosix();
-
static void registerBackend() {
if(backend)
return;