tango/io/device/Device.d | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tango/io/device/Device.d
+++ b/tango/io/device/Device.d
@@ -274,7 +274,7 @@
{
if (handle >= 0)
{
- if (scheduler)
+ //if (scheduler)
// TODO Not supported on Posix
// scheduler.close (handle, toString);
posix.close (handle);