summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/command.c b/command.c
index 5926a67..7c76fa2 100644
--- a/command.c
+++ b/command.c
@@ -305,9 +305,6 @@ void command_execute(Ted *ted, Command c, i64 argument) {
break;
case CMD_BUILD:
- if (ted->building) {
- build_stop(ted);
- }
build_start(ted);
break;
case CMD_BUILD_NEXT_ERROR: