bin: remove some dead code

* bin/common_output.cc, bin/common_output.hh: Here.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-16 17:01:01 +02:00
parent 589a4035bc
commit 70b4aa7b7e
2 changed files with 4 additions and 48 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017 Laboratoire de Recherche et
// Développement de l'Epita (LRDE).
// Copyright (C) 2012-2018 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
@ -390,12 +390,6 @@ output_formula(std::ostream& out,
}
}
void
::printable_formula::print(std::ostream& os, const char*) const
{
output_formula(os, val_);
}
void
output_formula_checked(spot::formula f, spot::process_timer* ptimer,
const char* filename, int linenum,