* transport.cc (transport_layer_base::~transport_layer_base): Remove.

* transport.h (transport_layer_base::~transport_layer_base): Ditto.
This commit is contained in:
Corinna Vinschen 2004-07-19 14:04:51 +00:00
parent bc2c51140c
commit bb3be323ba
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-07-19 Corinna Vinschen <corinna@vinschen.de>
* transport.cc (transport_layer_base::~transport_layer_base): Remove.
* transport.h (transport_layer_base::~transport_layer_base): Ditto.
2004-07-19 Corinna Vinschen <corinna@vinschen.de>
* bsd_mutex.cc (win_priority): Actually calculate p from priority.

View File

@ -48,6 +48,3 @@ transport_layer_base::revert_to_self ()
}
#endif /* !__INSIDE_CYGWIN__ */
transport_layer_base::~transport_layer_base ()
{}

View File

@ -33,7 +33,6 @@ public:
virtual bool revert_to_self ();
#endif
virtual ~transport_layer_base ();
};
#endif /* _TRANSPORT_H */