diff --git a/include/aws/common/tracing_macros.h b/include/aws/common/tracing_macros.h deleted file mode 100644 index 86f3f78e9..000000000 --- a/include/aws/common/tracing_macros.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef AWS_TRACING_MACROS_H -#define AWS_TRACING_MACROS_H -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -/* clang-format off */ - -#ifdef AWS_ENABLE_TRACING -#include -#endif - - - - -#endif /* AWS_TRACING_MACROS_H */