bin: remove some dead code
* bin/common_trans.cc, bin/common_trans.hh: Here.
This commit is contained in:
parent
0205ff1394
commit
75550112a7
2 changed files with 2 additions and 14 deletions
|
|
@ -198,12 +198,6 @@ void tools_push_autproc(const char* proc, bool is_ref)
|
||||||
is_ref);
|
is_ref);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
quoted_string::print(std::ostream& os, const char*) const
|
|
||||||
{
|
|
||||||
spot::quote_shell_string(os, val().c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
void quoted_formula::print(std::ostream& os, const char* pos) const
|
void quoted_formula::print(std::ostream& os, const char* pos) const
|
||||||
{
|
{
|
||||||
spot::formula f = val_;
|
spot::formula f = val_;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015, 2016, 2017 Laboratoire de Recherche et
|
// Copyright (C) 2015-2018 Laboratoire de Recherche et Développement
|
||||||
// Développement de l'Epita (LRDE).
|
// de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
//
|
//
|
||||||
|
|
@ -62,12 +62,6 @@ extern std::vector<tool_spec> tools;
|
||||||
void tools_push_trans(const char* trans, bool is_ref = false);
|
void tools_push_trans(const char* trans, bool is_ref = false);
|
||||||
void tools_push_autproc(const char* proc, bool is_ref = false);
|
void tools_push_autproc(const char* proc, bool is_ref = false);
|
||||||
|
|
||||||
struct quoted_string final: public spot::printable_value<std::string>
|
|
||||||
{
|
|
||||||
using spot::printable_value<std::string>::operator=;
|
|
||||||
void print(std::ostream& os, const char* pos) const override;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct quoted_formula final: public spot::printable_value<spot::formula>
|
struct quoted_formula final: public spot::printable_value<spot::formula>
|
||||||
{
|
{
|
||||||
using spot::printable_value<spot::formula>::operator=;
|
using spot::printable_value<spot::formula>::operator=;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue