@@ -24,8 +24,8 @@ Date: August 2013
2424
2525bool dep_graph_domaint::merge (
2626 const dep_graph_domaint &src,
27- goto_programt::const_targett from ,
28- goto_programt::const_targett to )
27+ goto_programt::const_targett,
28+ goto_programt::const_targett)
2929{
3030 // An abstract state at location `to` may be non-bottom even if
3131 // `merge(..., `to`) has not been called so far. This is due to the special
@@ -151,7 +151,7 @@ static bool may_be_def_use_pair(
151151}
152152
153153void dep_graph_domaint::data_dependencies (
154- goto_programt::const_targett from ,
154+ goto_programt::const_targett,
155155 goto_programt::const_targett to,
156156 dependence_grapht &dep_graph,
157157 const namespacet &ns)
@@ -237,8 +237,8 @@ void dep_graph_domaint::transform(
237237
238238void dep_graph_domaint::output (
239239 std::ostream &out,
240- const ai_baset &ai ,
241- const namespacet &ns ) const
240+ const ai_baset &,
241+ const namespacet &) const
242242{
243243 if (!control_deps.empty ())
244244 {
@@ -275,8 +275,8 @@ void dep_graph_domaint::output(
275275// / \par parameters: The abstract interpreter and the namespace.
276276// / \return The domain, formatted as a JSON object.
277277jsont dep_graph_domaint::output_json (
278- const ai_baset &ai ,
279- const namespacet &ns ) const
278+ const ai_baset &,
279+ const namespacet &) const
280280{
281281 json_arrayt graph;
282282
0 commit comments