bin: remove some dead code

* bin/common_trans.cc, bin/common_trans.hh: Here.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-21 22:42:04 +02:00
parent 0205ff1394
commit 75550112a7
2 changed files with 2 additions and 14 deletions

View file

@ -198,12 +198,6 @@ void tools_push_autproc(const char* proc, bool 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
{
spot::formula f = val_;