Skip to content

Commit 2e98b50

Browse files
Daniel Abramowitzmeta-codesync[bot]
authored andcommitted
Remove facebook-unused-forward-decls NOLINT suppressions in xplat/{ar,graphics,sgr}
Reviewed By: corporateshark Differential Revision: D113933567 fbshipit-source-id: 723c746c4e361d340b298b711943524146e24813
1 parent 34ae460 commit 2e98b50

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

shell/ios/IglShellPlatformAdapter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
// NOTE: This is a pure Obj-C compatible header (no C++) to simplify bridging with Swift
1111

1212
// Opaque wrapper around C++ type
13-
// NOLINTNEXTLINE(facebook-unused-forward-decls)
1413
typedef struct IglShellPlatformAdapter* IglShellPlatformAdapterPtr;

shell/ios/IglSurfaceTexturesAdapter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99

1010
// NOTE: This is a pure Obj-C compatible header (no C++) to simplify bridging with Swift
1111

12-
// NOLINTNEXTLINE(facebook-unused-forward-decls)
1312
typedef struct IglSurfaceTexturesAdapter* IglSurfacesTextureAdapterPtr;

shell/ios/RenderSessionFactoryAdapter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
// NOTE: This is a pure Obj-C compatible header (no C++) to simplify bridging with Swift
1111

1212
// Opaque wrapper around C++ type
13-
// NOLINTNEXTLINE(facebook-unused-forward-decls)
1413
typedef struct RenderSessionFactoryAdapter* RenderSessionFactoryAdapterPtr;

src/igl/opengl/glx/Context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ namespace igl::opengl::glx {
3333

3434
using GLXPbuffer = XID;
3535
// NOLINTBEGIN(bugprone-reserved-identifier)
36-
// NOLINTNEXTLINE(facebook-unused-forward-decls)
3736
using GLXFBConfig = struct __GLXFBConfig*;
3837
using __GLXextproc = void (*)();
3938

src/igl/opengl/glx/Context.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
namespace igl::opengl::glx {
1717

1818
using GLXDrawable = XID;
19-
// NOLINTNEXTLINE(facebook-unused-forward-decls)
2019
using GLXContext = struct __GLXcontext*; // NOLINT(bugprone-reserved-identifier)
2120
struct GLXSharedModule;
2221

0 commit comments

Comments
 (0)