From 3ad7e7aae7e6928ce333eabee92fa9f4bfee7d77 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 25 Jun 2018 17:05:23 -0500 Subject: [PATCH] cleanup Change-Id: If8be00403338f4b68365b2829a2ad59f200af4cc --- src/core/context.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/context.h b/src/core/context.h index 3948ec2391..73a2109725 100644 --- a/src/core/context.h +++ b/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;