@@ -32,7 +32,6 @@ containing the code for a different part of the system.
3232 * C: \ref ansi-c
3333 * C++: \ref cpp
3434 * Java: \ref java_bytecode
35- * JavaScript: \ref jsil
3635
3736- Tools
3837
@@ -155,7 +154,6 @@ digraph directory_dependencies {
155154 ansi_c [ label = "ansi-c", URL = "\ref ansi-c"] ;
156155 langapi [ URL = "\ref langapi"] ;
157156 cpp [ URL = "\ref cpp"] ;
158- jsil [ URL = "\ref jsil"] ;
159157 java_bytecode [ URL = "\ref java_bytecode"] ;
160158 }
161159
@@ -174,15 +172,14 @@ digraph directory_dependencies {
174172 JBMC -> { CBMC, java_bytecode };
175173 jdiff -> { goto_diff, java_bytecode };
176174 janalyzer -> { goto_analyzer, java_bytecode };
177- CBMC -> { goto_instrument, jsil };
175+ CBMC -> { goto_instrument };
178176 goto_diff -> { goto_instrument };
179- goto_analyzer -> { analyses, jsil, cpp };
177+ goto_analyzer -> { analyses, cpp };
180178 goto_instrument -> { goto_symex, cpp };
181- goto_cc -> { cpp, jsil };
179+ goto_cc -> { cpp };
182180 smt2_solver -> solvers;
183181
184182 java_bytecode -> { analyses, miniz };
185- jsil -> linking;
186183 cpp -> ansi_c;
187184 ansi_c -> langapi;
188185 langapi -> goto_programs;
0 commit comments