From: Todd C. Miller Date: Tue, 21 Aug 2018 16:30:42 +0000 (-0600) Subject: Remove unused struct script_buf X-Git-Tag: SUDO_1_8_25^2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31e065c6ca323496c275a565a63a8658b2946905;p=sudo Remove unused struct script_buf --- diff --git a/plugins/sudoers/iolog.c b/plugins/sudoers/iolog.c index ad98e2a71..8c07e609a 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -40,12 +40,6 @@ #include "sudoers.h" #include "iolog.h" -struct script_buf { - int len; /* buffer length (how much read in) */ - int off; /* write position (how much already consumed) */ - char buf[16 * 1024]; -}; - /* XXX - separate sudoers.h and iolog.h? */ #undef runas_pw #undef runas_gr