about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.zig b/src/main.zig
index 750dce0..5d5f734 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -67,10 +67,6 @@ pub fn main() !void {
     print_help();
 }
 
-fn arg_is(arg: []const u8, target: []const u8) bool {
-    return std.mem.eql(u8, arg, target);
-}
-
 fn print_help() void {
     std.debug.print("[usage] tinkerbunk ls\n", .{});
 }