Skip to content

Remove language_uit as it is no longer used #3824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/architectural/code-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See \ref goto-programs, \ref goto_programt and [instructiont](\ref goto_programt

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

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

See \ref langapi.

Expand Down
3 changes: 1 addition & 2 deletions src/langapi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SRC = language_ui.cpp \
language_util.cpp \
SRC = language_util.cpp \
language_file.cpp \
language.cpp \
mode.cpp \
Expand Down
4 changes: 0 additions & 4 deletions src/langapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ To be documented.

To be documented.

\section langapi-manipulation-framework The top-level language-file manipulation framework (language_uit, obsolete, replaced by initialize_goto_model)

To be documented.

\section langapi-mode-related-utils Symbol mode-related utilities (everything in mode.h)

To be documented.
Expand Down
245 changes: 0 additions & 245 deletions src/langapi/language_ui.cpp

This file was deleted.

60 changes: 0 additions & 60 deletions src/langapi/language_ui.h

This file was deleted.

1 change: 0 additions & 1 deletion unit/compound_block_locations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Author: Kareem Khazem <[email protected]>, 2018

#include <goto-programs/goto_model.h>

#include <langapi/language_ui.h>
#include <langapi/mode.h>

#include <util/cmdline.h>
Expand Down
1 change: 0 additions & 1 deletion unit/path_strategies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Author: Kareem Khazem <[email protected]>, 2018

#include <goto-checker/solver_factory.h>

#include <langapi/language_ui.h>
#include <langapi/mode.h>

#include <util/cmdline.h>
Expand Down