last-svn-commit-645-ga6d10b9 scribo/core/macros.hh: Remove deprecated macro.

--- scribo/ChangeLog | 4 ++++ scribo/scribo/core/macros.hh | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 3c66038..95fcab4 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,7 @@ +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + + * scribo/core/macros.hh: Remove deprecated macro. + 2010-09-02 Guillaume Lazzara <z@lrde.epita.fr> * scribo/core/document.hh: Introduce new document structure. diff --git a/scribo/scribo/core/macros.hh b/scribo/scribo/core/macros.hh index 07a101a..f7de5b6 100644 --- a/scribo/scribo/core/macros.hh +++ b/scribo/scribo/core/macros.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009, 2010 EPITA Research and Development Laboratory +// (LRDE) // // This file is part of Olena. // @@ -29,9 +30,6 @@ # define for_all_ncomponents(C, NCOMP) \ for (unsigned C = 1; C <= NCOMP; ++C) -// # define for_all_components(C, S) -// for (unsigned C = 1; C <= S.nelements(); ++C) - # define for_all_elements(E, S) \ for (unsigned E = 0; E < S.nelements(); ++E) -- 1.5.6.5
participants (1)
-
Guillaume Lazzara