Skip to content

Commit f23f519

Browse files
committed
Remove language_uit as it is no longer used
Use initialize_goto_model to obtain goto programs, don't run parse() etc. directly.
1 parent 521f63d commit f23f519

File tree

5 files changed

+2
-312
lines changed

5 files changed

+2
-312
lines changed

doc/architectural/code-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See \ref goto-programs, \ref goto_programt and [instructiont](\ref goto_programt
1414

1515
\section front-end-languages-generating-codet-from-multiple-languages-section Front-end languages: generating codet from multiple languages
1616

17-
\subsection language-uit-section language_uit, language_filest, languaget classes:
17+
\subsection language-uit-section language_filest, languaget classes:
1818

1919
See \ref langapi.
2020

src/langapi/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
SRC = language_ui.cpp \
2-
language_util.cpp \
1+
SRC = language_util.cpp \
32
language_file.cpp \
43
language.cpp \
54
mode.cpp \

src/langapi/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ To be documented.
1919

2020
To be documented.
2121

22-
\section langapi-manipulation-framework The top-level language-file manipulation framework (language_uit, obsolete, replaced by initialize_goto_model)
23-
24-
To be documented.
25-
2622
\section langapi-mode-related-utils Symbol mode-related utilities (everything in mode.h)
2723

2824
To be documented.

src/langapi/language_ui.cpp

Lines changed: 0 additions & 245 deletions
This file was deleted.

src/langapi/language_ui.h

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)