Remove FBDefines from sonar

Summary: This appears to be unreferenced and it constantly confuses our header autocomplete. Remove.

Reviewed By: d16r

Differential Revision: D43408140

fbshipit-source-id: ff6db8e5e4bbda394197168680cf8d15b07666c3
This commit is contained in:
Adam Ernst
2023-02-18 08:16:02 -08:00
committed by Facebook GitHub Bot
parent 3e49fcb6d6
commit b0a6b0f430

View File

@@ -1,13 +0,0 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#ifndef FB_SK_MACROS_H
#define FB_SK_MACROS_H
#define FB_LINK_REQUIRE_(NAME)
#define FB_LINKABLE(NAME)
#define FB_LINK_REQUIRE_CATEGORY(NAME)
#endif