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
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2015, 2016, 2017 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2015-2018 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE).
|
||||
//
|
||||
// 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_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>
|
||||
{
|
||||
using spot::printable_value<spot::formula>::operator=;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue