Преглед изворни кода

include: remove documentation as it is already defined elsewhere

Nathalie Furmento пре 12 година
родитељ
комит
8bb59cc80f
1 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 10
      include/starpu_driver.h

+ 0 - 10
include/starpu_driver.h

@@ -40,16 +40,6 @@ struct starpu_driver
 #elif defined(STARPU_SIMGRID)
 		unsigned opencl_id;
 #endif
-		/*
-		 * HOWTO: add a new kind of device to the starpu_driver structure.
-		 * 1) Add a member to this union.
-		 * 2) Edit _starpu_launch_drivers() to make sure the driver is
-		 *    not always launched.
-		 * 3) Edit starpu_driver_run() so that it can handle another
-		 *    kind of architecture.
-		 * 4) Write _starpu_run_foobar() in the corresponding driver.
-		 * 5) Test the whole thing :)
-		 */
 	} id;
 };