Remove deprecated message from hipLaunchModuleKernel

Change-Id: I87675453ae4363e3340a9d1491bb00543fa8c6e0


[ROCm/clr commit: f7ee14e637]
This commit is contained in:
Ben Sander
2016-08-28 16:34:34 -05:00
parent 6a596c353a
commit 40ca19440c
@@ -1162,7 +1162,7 @@ hipError_t hipLaunchModuleKernel(hipFunction_t f,
unsigned int sharedMemBytes,
hipStream_t stream,
void **kernelParams,
void **extra) __attribute__((deprecated("kernelParams is not fully supported, use extra instead"))) ;
void **extra) ;
// doxygen end Version Management
/**