X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fbase.cpp;h=9c2b40a1f2a9460eee16a34f6e0b08aab245786c;hb=7ad451f4b5e4352d15165f472a00cf33957a1687;hp=95a3685fc34021322b800e185e7a52c9343d8521;hpb=bd892a8afd93f849aec21706a009f69a5868b34d;p=libs%2Fcore.git diff --git a/source/io/base.cpp b/source/io/base.cpp index 95a3685..9c2b40a 100644 --- a/source/io/base.cpp +++ b/source/io/base.cpp @@ -59,11 +59,6 @@ void Base::set_eof() } } -const Handle &Base::get_handle(Mode) -{ - throw logic_error("Base::get_handle"); -} - Base::Synchronize::Synchronize(Base &i): io(i)