summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index cfd3587..bcdb4c2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -43,11 +43,6 @@ int
{
if (c == '\n')
break ;
- if (i > 128)
- {
- write(1, "Command too long!\n", 18);
- return (2);
- }
arg[i] = c;
i++;
}