remove unused define

This commit is contained in:
Chris Cromer 2021-07-16 23:47:07 -04:00
parent 66dcc66fd9
commit 3598aa7969
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
#ifndef _MYSHELLIN_CONSOLE_LINE #ifndef _MYSHELLIN_CONSOLE_LINE
#define _MYSHELLIN_CONSOLE_LINE #define _MYSHELLIN_CONSOLE_LINE
#define CONSOLE_BUFFER_SIZE 1024
/** /**
* Remove new line from the end of a string. * Remove new line from the end of a string.
* @param line The string to remove the new line from. * @param line The string to remove the new line from.