Skip to content

Commit 46c4f3d

Browse files
committed
Move link_goto_model to read_goto_binary.cpp
This is the only code that uses the functions from link_goto_model.{h,cpp}, and those functions weren't an easily usable API anyway as a certain protocol needs to be followed.
1 parent 68a96a9 commit 46c4f3d

File tree

5 files changed

+193
-251
lines changed

5 files changed

+193
-251
lines changed

src/goto-programs/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ SRC = adjust_float_expressions.cpp \
2828
json_expr.cpp \
2929
json_goto_trace.cpp \
3030
lazy_goto_model.cpp \
31-
link_goto_model.cpp \
3231
link_to_library.cpp \
3332
loop_ids.cpp \
3433
mm_io.cpp \

src/goto-programs/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -567,15 +567,6 @@ deserialises the passed file into a temporary `::goto_modelt` instance, and
567567
then it performs 'linking' of the temporary into a passed destination
568568
`::goto_modelt` instance.
569569

570-
Details about linking of `::goto_modelt` instances can be found
571-
[here](\ref section-linking-goto-models).
572-
573-
\section section-linking-goto-models Linking Goto Models
574-
575-
C++ modules:
576-
- `link_goto_model.h`
577-
- `link_goto_model.cpp`
578-
579570
Dependencies:
580571
- [linking folder](\ref linking).
581572
- [typecheck](\ref section-goto-typecheck).

src/goto-programs/link_goto_model.cpp

-211
This file was deleted.

src/goto-programs/link_goto_model.h

-29
This file was deleted.

0 commit comments

Comments
 (0)