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);
|
||||
}
|
||||
|
||||
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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue