Corentin Salingue лет назад: 7
Родитель
Сommit
3be9a15f88
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      examples/cpp/add_vectors_interface.cpp

+ 1 - 3
examples/cpp/add_vectors_interface.cpp

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009, 2010-2011, 2013-2015, 2017  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
- * Copyright (C) 2012 INRIA
+ * Copyright (C) 2012, 2017  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -22,8 +22,6 @@
  * transfers between objects.
  */
 
-/* TODO : add support with old version of C++ about name fields in struct */
-
 #include <cassert>
 #include <vector>