X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Floader.h;h=604886125614728c2552d486decfa01afa19c804;hb=8955db30f9cd1c1566b349da29e669f065f84e36;hp=4a1faa3f7af650ff4f4ec3726cc768fea77255cb;hpb=b0b9af7216560da2a46ea38fe2df959f4dfb126f;p=libs%2Fdatafile.git diff --git a/source/loader.h b/source/loader.h index 4a1faa3..6048861 100644 --- a/source/loader.h +++ b/source/loader.h @@ -139,9 +139,6 @@ protected: source may not necessarily be a file. */ const std::string &get_source() const; - /** Throws a data_error from the current line. */ - void error(const std::string &) const; - virtual void finish() { } };