aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-28 14:31:14 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-28 14:31:14 -0400
commitf3db0069ea778e261761492719ab3f48d81686a7 (patch)
tree5fee6d27d5c77de3ecfb4614bf3e63ea8734e329
parent8e18659a14d74da98fc771fd2e0f25910d24e02d (diff)
Removed lib import
-rw-r--r--lib/commands/commands.tm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/commands/commands.tm b/lib/commands/commands.tm
index a5ce607a..cb1d48e3 100644
--- a/lib/commands/commands.tm
+++ b/lib/commands/commands.tm
@@ -1,7 +1,6 @@
# Functions for running system commands
use ./commands.c
-use -lunistring
extern run_command : func(exe:Text, args:[Text], env:{Text=Text}, input:[Byte]?, output:&[Byte]?, error:&[Byte]? -> Int32)
extern command_by_line : func(exe:Text, args:[Text], env:{Text=Text} -> func(->Text?)?)