Skip to content

Commit

Permalink
Remove not used defines in acs_common.h (#436)
Browse files Browse the repository at this point in the history
-The defines TEST_NAME and TEST_NAME_HELPER are removed


Change-Id: I9c7811acfed7d7d509bdaa683a1db25ad7a7b084

Signed-off-by: Ajayswar S <[email protected]>
  • Loading branch information
ajayswar-s authored Feb 12, 2025
1 parent df44754 commit ae9efed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions val/common/include/acs_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file
* Copyright (c) 2016-2024, Arm Limited or its affiliates. All rights reserved.
* Copyright (c) 2016-2025, Arm Limited or its affiliates. All rights reserved.
* SPDX-License-Identifier : Apache-2.0
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -22,9 +22,6 @@
#ifndef __ACS_COMMON_H__
#define __ACS_COMMON_H__

#define TEST_NAME_HELPER(x,y) c##x##y
#define TEST_NAME(x,y) TEST_NAME_HELPER(x,y)

#define G_SW_OS 0
#define G_SW_HYP 1
#define G_SW_PS 2
Expand Down

0 comments on commit ae9efed

Please sign in to comment.