aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.c
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 16:38:08 -0500
committeriamcheeseman <[hidden email]>2026-03-01 16:38:08 -0500
commit89a3545ac90419e71405abcb7cc7e9d395883f0e (patch)
treeff3df87a3fffcd59a6cb141b8eda64b0ea50d9aa /src/pipe.c
parent82c277b643a3ba65ca62e6e0bd938072feeee000 (diff)
Remove create command
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pipe.c b/src/pipe.c
index fec810d..70c6a52 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -67,10 +67,6 @@ void make_change(char argv[MAX_ARGS][MAX_ARG_LEN], int argc) {
}
char *cmd = argv[0];
- if (strcmp(cmd, "create") == 0) {
- new_component(argv[1]);
- return;
- }
if (strcmp(cmd, "set") == 0) {
set_component(argv, argc);
}