changeset 21495:82089c8ed7fa

textscan.h: Delete unused member function textscan::get_field * textscan.h (textscan::get_field): Delete unimplemented member function.
author Mike Miller <mtmiller@octave.org>
date Fri, 18 Mar 2016 20:33:52 -0700
parents 8e9833b8791d
children 5d69326e8cc5
files libinterp/corefcn/textscan.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);