X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fpipe.cpp;h=2e37f119aeaf3dc67726341d2047cc30748044d3;hp=f52801cd834e550199a808ab99020adcac8d6a27;hb=e4afb5edb0b7834ef4872218c99207e6b589e9ce;hpb=d85465dd66a6fc80a9fb7868d1193a86abfe5b7c diff --git a/source/io/pipe.cpp b/source/io/pipe.cpp index f52801c..2e37f11 100644 --- a/source/io/pipe.cpp +++ b/source/io/pipe.cpp @@ -41,11 +41,6 @@ Pipe::Pipe(): } Pipe::~Pipe() -{ - close(); -} - -void Pipe::close() { set_events(P_NONE);