From 03094ec8ccbcc8177e46fc395e66a82cd85496aa Mon Sep 17 00:00:00 2001 From: Julia <145168563+julia-aph@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:50:51 -0500 Subject: [PATCH] sogy ds --- source/io/input.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/io/input.h b/source/io/input.h index 07b293a..7f14ce9 100644 --- a/source/io/input.h +++ b/source/io/input.h @@ -75,14 +75,11 @@ struct input_circ_buf { struct InputBuffer { struct InputRecord buf[IO_BUF_SIZE]; u8f len; - u8f start; - }; struct InputString { char buf[STR_BUF_SIZE]; u8f len; - u8f start; }; struct InputThreadHandle {