From 3598aa79691ab04df86452313611dce717785dae Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 16 Jul 2021 23:47:07 -0400 Subject: [PATCH] remove unused define --- src/include/console_line.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/console_line.h b/src/include/console_line.h index 9f13e78..e0f12ad 100644 --- a/src/include/console_line.h +++ b/src/include/console_line.h @@ -16,8 +16,6 @@ #ifndef _MYSHELLIN_CONSOLE_LINE #define _MYSHELLIN_CONSOLE_LINE -#define CONSOLE_BUFFER_SIZE 1024 - /** * Remove new line from the end of a string. * @param line The string to remove the new line from.