# HG changeset patch # User Mike Miller # Date 1458358432 25200 # Node ID 82089c8ed7fadbe75e25cbf68a713196d14f6908 # Parent 8e9833b8791d7628192174659a076f6bcddfa716 textscan.h: Delete unused member function textscan::get_field * textscan.h (textscan::get_field): Delete unimplemented member function. diff -r 8e9833b8791d -r 82089c8ed7fa libinterp/corefcn/textscan.h --- a/libinterp/corefcn/textscan.h Fri Mar 18 20:29:15 2016 -0700 +++ b/libinterp/corefcn/textscan.h Fri Mar 18 20:33:52 2016 -0700 @@ -166,8 +166,6 @@ int lookahead (delimited_stream& is, const Cell& targets, int max_len, bool case_sensitive = true) const; - char *get_field (delimited_stream& isp, unsigned int width) const; - bool match_literal (delimited_stream& isp, const textscan_format_elt& elem); int skip_whitespace (delimited_stream& is, bool EOLstop = false);