Skip to content

Commit

Permalink
Remove unused reflection dependency in unit-test
Browse files Browse the repository at this point in the history
Reviewed By: iahs

Differential Revision: D52485781

fbshipit-source-id: b0a3f36d2e376e7a8be7d6facf97d95e9bfa4f42
  • Loading branch information
TJ Yin authored and facebook-github-bot committed Jan 2, 2024
1 parent e6b3382 commit cbbe201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion thrift/lib/cpp2/protocol/PatchTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <thrift/lib/cpp2/type/Id.h>
#include <thrift/lib/cpp2/type/Tag.h>
#include <thrift/lib/thrift/gen-cpp2/patch_types.h>
#include <thrift/test/gen-cpp2/StructPatchTest_fatal_types.h>
#include <thrift/test/gen-cpp2/StructPatchTest_types.h>
#include <thrift/test/testset/Testset.h>
#include <thrift/test/testset/gen-cpp2/testset_types_custom_protocol.h>
Expand Down
1 change: 0 additions & 1 deletion thrift/test/StructPatchTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <thrift/lib/cpp2/protocol/Serializer.h>
#include <thrift/lib/cpp2/type/Testing.h>
#include <thrift/lib/thrift/gen-cpp2/patch_types.h>
#include <thrift/test/gen-cpp2/StructPatchTest_fatal_types.h>
#include <thrift/test/gen-cpp2/StructPatchTest_types.h>

namespace apache::thrift {
Expand Down

0 comments on commit cbbe201

Please sign in to comment.