Skip to content

Commit 8f12e65

Browse files
authored
Remove linter test funcs (#607)
1 parent 1529fed commit 8f12e65

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,5 +862,3 @@ inline fn custom_find_import_pkg_hash_or_fatal(comptime dep_name: []const u8) []
862862

863863
@panic("dependency not found");
864864
}
865-
866-
fn myFunc() void {}

port/nordic/nrf5x/src/hal.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ test "hal tests" {
2424

2525
_ = drivers;
2626
}
27-
28-
pub fn myFunc() void {}

0 commit comments

Comments
 (0)