From 1adb0c19d1882a4fbcf94889d44fba79347477ec Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 25 Jun 2018 17:05:23 -0500 Subject: [PATCH] cleanup Change-Id: If8be00403338f4b68365b2829a2ad59f200af4cc [ROCm/rocprofiler commit: 3ad7e7aae7e6928ce333eabee92fa9f4bfee7d77] --- projects/rocprofiler/src/core/context.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/rocprofiler/src/core/context.h b/projects/rocprofiler/src/core/context.h index 3948ec2391..73a2109725 100644 --- a/projects/rocprofiler/src/core/context.h +++ b/projects/rocprofiler/src/core/context.h @@ -17,10 +17,6 @@ #include "util/hsa_rsrc_factory.h" #include "util/logger.h" -#ifndef AQL_PROFILE_READ_API_ENABLE -#define AQL_PROFILE_READ_API_ENABLE 0 -#endif - namespace rocprofiler { struct rocprofiler_contex_t; class Context;