diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 1547cfe473..a1eea58dca 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -2845,7 +2845,6 @@ hipError_t hipEventDestroy(hipEvent_t event); * If hipEventRecord() has not been called on @p event, this function returns #hipSuccess when no * event is captured. * - * This function needs to support hipEventBlockingSync parameter. * * @param[in] event Event on which to wait. *