From 35f3e2cb0ff5f4d16420e17516533671dba74ef6 Mon Sep 17 00:00:00 2001 From: Anusha GodavarthySurya Date: Mon, 11 Dec 2023 12:51:07 +0000 Subject: [PATCH] SWDEV-436405 - Remove namespace hip Change-Id: I208c600f0d1c5e4e890104062fae3638beb69a96 --- include/hip/hip_deprecated.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hip/hip_deprecated.h b/include/hip/hip_deprecated.h index e761c70843..5cc578321e 100644 --- a/include/hip/hip_deprecated.h +++ b/include/hip/hip_deprecated.h @@ -84,7 +84,6 @@ typedef struct hipDeviceProp_tR0000 { #ifdef __cplusplus -namespace hip { extern "C" { #endif @@ -93,5 +92,4 @@ hipError_t hipChooseDeviceR0000(int* device, const hipDeviceProp_tR0000* prop); #ifdef __cplusplus } -} // namespace hip #endif