Skip to content
Snippets Groups Projects
Commit abbb05db authored by Daniel Plagge's avatar Daniel Plagge
Browse files

Removen unnecessary call to the theory translation

parent c3435fa1
Branches
No related tags found
No related merge requests found
......@@ -69,7 +69,6 @@ public final class ContextTranslator extends AbstractComponentTranslator {
throws TranslationFailedException {
ContextTranslator contextTranslator = new ContextTranslator(context);
try {
(new TheoryTranslator()).translate();
contextTranslator.translate();
} catch (RodinDBException e) {
final String message = "A Rodin exception occured during translation process. Possible cause: building aborted or still in progress. Please wait until building has finished before starting ProB. If this does not help, perform a clean and start ProB after building has finished. Original Exception: ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment