Skip to content

Commit

Permalink
- remove temporary test template
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Dec 3, 2013
1 parent 7428270 commit 3f52a21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Compiler/Template/CodegenC.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ package CodegenC
import interface SimCodeTV;
import CodegenUtil.*;

template test(array<Integer> i, Boolean b) ::=
match b
case true then "true"
else "false"
end match
end test;

template escapeCComments(String stringWithCComments)
"escape the C comments inside a string, replaces them with /* */->(* *)"
::= '<%System.stringReplace(System.stringReplace(stringWithCComments, "/*", "(*"), "*/", "*)")%>'
Expand Down
7 changes: 0 additions & 7 deletions Compiler/Template/GraphvizDump.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ package GraphvizDump

import interface GraphvizDumpTV;
import CodegenUtil.*;

template test(array<Integer> i, Boolean b) ::=
match b
case true then "true"
else "false"
end match
end test;

template dumpBackendDAE(BackendDAE.BackendDAE backendDAE, String suffix)
::=
Expand Down

0 comments on commit 3f52a21

Please sign in to comment.