X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fbase.cpp;h=9c2b40a1f2a9460eee16a34f6e0b08aab245786c;hp=95a3685fc34021322b800e185e7a52c9343d8521;hb=481b844ed7d180ffbf70223075f2fc1ffdb5b444;hpb=1e545df21512e2d41dd16b337eca3944c1ab52aa 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)