From 31e065c6ca323496c275a565a63a8658b2946905 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 21 Aug 2018 10:30:42 -0600 Subject: [PATCH] Remove unused struct script_buf --- plugins/sudoers/iolog.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.40.0