diff options
Diffstat (limited to 'src/modules/SystemBackendPosix')
-rw-r--r-- | src/modules/SystemBackendPosix/SystemBackendPosix.h | 2 |
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; |