aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:26:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-12-19 15:26:36 +0200
commite468705fb6c7f2b2384c20f320e617cdbd55238c (patch)
tree78b29b2f4e74a30688d23b1fba8dd4f58eec6dee /awk.h
parentab76bb69f10de31c94d7b6855c85402673a4e5ed (diff)
downloadegawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.tar.gz
egawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.tar.bz2
egawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.zip
Move read_func from IOBUF into awk_input_buf_t.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/awk.h b/awk.h
index caf0da1e..60a0db71 100644
--- a/awk.h
+++ b/awk.h
@@ -886,12 +886,6 @@ typedef struct iobuf {
ssize_t count; /* amount read last time */
size_t scanoff; /* where we were in the buffer when we had
to regrow/refill */
- /*
- * No argument prototype on read_func. See get_src_buf()
- * in awkgram.y.
- */
- ssize_t (*read_func)();
-
bool valid;
int errcode;