diff options
Diffstat (limited to 'vio/Vio.cc')
-rw-r--r-- | vio/Vio.cc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vio/Vio.cc b/vio/Vio.cc deleted file mode 100644 index b15f9cfa6d2..00000000000 --- a/vio/Vio.cc +++ /dev/null @@ -1,23 +0,0 @@ -/* -** Virtual I/O library -** Written by Andrei Errapart <andreie@no.spam.ee> -*/ - -#ifdef __GNUC__ -#pragma implementation // gcc: Class implementation -#endif -#include "vio-global.h" - -VIO_NS_BEGIN - -void -Vio::release() -{ - delete this; -} - -Vio::~Vio() -{ -} - -VIO_NS_END |