summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-18 18:35:35 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-18 18:35:35 -0500
commit2bac729d5166f87b9290e1b466b4aa814b1bb1c0 (patch)
tree15568be3b41c5aa82e70173756f12fdfbf8a7b3b /command.c
parent5fa8e041356038034327ade41545677dd3007679 (diff)
go to MSVC error
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: