From 02100801526f244d76090a93aa29a1f7110100b3 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 15 Aug 2016 14:57:30 +0200 Subject: [PATCH] * spot/tl/length.hh: Fix comment. --- spot/tl/length.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spot/tl/length.hh b/spot/tl/length.hh index 0ca297963..83f34117e 100644 --- a/spot/tl/length.hh +++ b/spot/tl/length.hh @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2015 Laboratoire de Recherche et +// Copyright (C) 2012, 2013, 2015, 2016 Laboratoire de Recherche et // Développement de l'Epita (LRDE). // Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), // département Systèmes Répartis Coopératifs (SRC), Université Pierre @@ -34,9 +34,6 @@ namespace spot /// the formula. n-ary operators count for n-1; for instance /// a | b | c has length 5, even if there is only as /// single | node internally. - /// - /// If squash_boolean is set, all Boolean formulae are assumed - /// to have length one. SPOT_API int length(formula f);