Skip to content

Commit 47db719

Browse files
committed
Remove unused batteries dependency from cil library
1 parent 79dba89 commit 47db719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(public_name goblint-cil)
55
(name cil)
66
(wrapped false) ; this should be changed, but then module paths in goblint need to be prefixed
7-
(libraries zarith findlib dynlink unix str stdlib-shims batteries.unthreaded)
7+
(libraries zarith findlib dynlink unix str stdlib-shims)
88
(modules (:standard \ main))
99
)
1010

0 commit comments

Comments
 (0)