Browse Source

src: remove unused gordon variable definitions

Nathalie Furmento 12 years ago
parent
commit
537dbc018e
2 changed files with 0 additions and 12 deletions
  1. 0 11
      configure.ac
  2. 0 1
      src/starpu_parameters.h

+ 0 - 11
configure.ac

@@ -807,17 +807,6 @@ fi
 
 ###############################################################################
 #                                                                             #
-#                                 Cell                                        #
-#                                                                             #
-###############################################################################
-
-# warning: Cell driver has been removed from configure, but as the
-# source code is still available, we need to define the minimum
-# requirements to compile
-AC_DEFINE_UNQUOTED(STARPU_MAXGORDONDEVS, [1], [maximum number of GORDON devices])
-
-###############################################################################
-#                                                                             #
 #                                 Drivers                                     #
 #                                                                             #
 ###############################################################################

+ 0 - 1
src/starpu_parameters.h

@@ -40,6 +40,5 @@
 #define _STARPU_CPU_ALPHA	1.0f
 #define _STARPU_CUDA_ALPHA	13.33f
 #define _STARPU_OPENCL_ALPHA	12.22f
-#define _STARPU_GORDON_ALPHA	6.0f /* XXX this is a random value ... */
 
 #endif /* _STARPU_PARAMETERS_H */