We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb3b0c commit 4ec9350Copy full SHA for 4ec9350
src/goto-symex/show_vcc.cpp
@@ -23,9 +23,8 @@ Author: Daniel Kroening, [email protected]
23
#include <util/json_irep.h>
24
#include <util/ui_message.h>
25
26
-void show_vcc_plain(
27
- messaget::mstreamt &out,
28
- const symex_target_equationt &equation)
+static void
+show_vcc_plain(messaget::mstreamt &out, const symex_target_equationt &equation)
29
{
30
bool has_threads = equation.has_threads();
31
bool first = true;
@@ -99,9 +98,8 @@ void show_vcc_plain(
99
98
}
100
101
102
-void show_vcc_json(
103
- std::ostream &out,
104
+show_vcc_json(std::ostream &out, const symex_target_equationt &equation)
105
106
json_objectt json_result;
107
0 commit comments