Skip to content

Commit

Permalink
Remove the CodegenJava generator.
Browse files Browse the repository at this point in the history
  - This generator is marked as obsolete.
  • Loading branch information
mahge committed Nov 19, 2020
1 parent 4c8c7b1 commit 075462a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,376 deletions.
1 change: 0 additions & 1 deletion OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake
Expand Up @@ -410,7 +410,6 @@ set(OMC_MM_BACKEND_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenOMSICpp.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenFMUCppHpcom.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenFMUCppHpcomOld.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenJava.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenJS.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenMidToC.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenModelica.mo
Expand Down
3 changes: 0 additions & 3 deletions OMCompiler/Compiler/.cmake/template_compilation.cmake
Expand Up @@ -270,9 +270,6 @@ omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenSpars
omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenXML.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeTV.mo)

omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenJava.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeTV.mo)

omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenJS.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeTV.mo)

Expand Down
5 changes: 0 additions & 5 deletions OMCompiler/Compiler/SimCode/SimCodeMain.mo
Expand Up @@ -73,7 +73,6 @@ import CodegenCppHpcomOld;
import CodegenOMSIC;
import CodegenOMSI_common;
import CodegenXML;
import CodegenJava;
import CodegenJS;
import Config;
import DAEMode;
Expand Down Expand Up @@ -640,10 +639,6 @@ algorithm
Tpl.tplNoret(CodegenXML.translateModel, simCode);
then ();

case "Java" equation
Tpl.tplNoret(CodegenJava.translateModel, simCode);
then ();

case "None"
then ();

Expand Down

0 comments on commit 075462a

Please sign in to comment.