* src/tgbaalgos/weight.hh: Remove useless status.
This commit is contained in:
parent
5345cae839
commit
ab985afa9e
1 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2015 Laboratoire de Recherche et Développement de
|
||||
// l'Epita (LRDE).
|
||||
// Copyright (C) 2004, 2014 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -49,8 +52,7 @@ namespace spot
|
|||
const weight& w);
|
||||
|
||||
private:
|
||||
typedef std::vector<int> weight_vector;
|
||||
weight_vector m;
|
||||
std::vector<int> m;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue