Skip to content

Commit cf1f0c6

Browse files
committed
Remove unused lines and deps
1 parent b519009 commit cf1f0c6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

arrayboundscheck/dub.sdl

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ license "BSL-1.0"
44
targetType "staticLibrary"
55
targetPath "lib"
66
targetName "arrayboundscheck"
7-
dependency "zephyr-core" path="../zephyr-core"

arrayboundscheck/src/app.d

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import ldc.attributes : cold;
2-
3-
import zephyr.core.stdc.stdio;
4-
51
@nogc:
62
nothrow:
73

0 commit comments

Comments
 (0)