* transport.cc (transport_layer_base::~transport_layer_base): Remove.
* transport.h (transport_layer_base::~transport_layer_base): Ditto.
This commit is contained in:
parent
bc2c51140c
commit
bb3be323ba
|
@ -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.
|
||||
|
|
|
@ -48,6 +48,3 @@ transport_layer_base::revert_to_self ()
|
|||
}
|
||||
|
||||
#endif /* !__INSIDE_CYGWIN__ */
|
||||
|
||||
transport_layer_base::~transport_layer_base ()
|
||||
{}
|
||||
|
|
|
@ -33,7 +33,6 @@ public:
|
|||
virtual bool revert_to_self ();
|
||||
#endif
|
||||
|
||||
virtual ~transport_layer_base ();
|
||||
};
|
||||
|
||||
#endif /* _TRANSPORT_H */
|
||||
|
|
Loading…
Reference in New Issue