Skip to content

Commit 4b8b06e

Browse files
Merge pull request #187 from goblint/pretty-state2
Remove global state from `Pretty`
2 parents d1db705 + e4bf349 commit 4b8b06e

6 files changed

Lines changed: 123 additions & 162 deletions

File tree

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ This is a fork of the 'cil' package used for 'goblint'. Major changes include:
3535
conf-perl
3636
cppo
3737
conf-gcc
38-
domain_shims
3938
)
4039
(conflicts cil) ; only because we both install the cilly executable
4140
)

goblint-cil.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ depends: [
4242
"conf-perl"
4343
"cppo"
4444
"conf-gcc"
45-
"domain_shims"
4645
]
4746
conflicts: ["cil"]
4847
build: [

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(library
44
(public_name goblint-cil)
55
(name goblintCil)
6-
(libraries zarith unix str stdlib-shims domain_shims)
6+
(libraries zarith unix str stdlib-shims)
77
(modules (:standard \ main mainFeature ciloptions machdepConfigure machdepArchConfigure modelConfigure))
88
)
99

0 commit comments

Comments
 (0)