]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/windows/handle.cpp
Move Handle::operator void * to the common part
[libs/core.git] / source / io / windows / handle.cpp
index 17aabb080bb113c3e8e35a59f5cb7ae2f5fdafef..2dac33fa2b531dc88db375bea661f5b991aa6a15 100644 (file)
@@ -5,12 +5,6 @@
 namespace Msp {
 namespace IO {
 
 namespace Msp {
 namespace IO {
 
-Handle::operator const void *() const
-{
-       return priv->handle!=INVALID_HANDLE_VALUE ? this : 0;
-}
-
-
 void sys_set_blocking(Handle &, bool)
 {
 }
 void sys_set_blocking(Handle &, bool)
 {
 }