From e468705fb6c7f2b2384c20f320e617cdbd55238c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 19 Dec 2012 15:26:36 +0200 Subject: Move read_func from IOBUF into awk_input_buf_t. --- awk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'awk.h') 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; -- cgit v1.2.3