Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary vars
  • Loading branch information
dkwingsmt committed Dec 20, 2023
commit f945f8fb16d806c9cbf47a447c48584f1425dd75
2 changes: 0 additions & 2 deletions shell/platform/embedder/tests/embedder_gl_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
namespace flutter {
namespace testing {

static constexpr int64_t kImplicitViewId = 0;

using EmbedderTest = testing::EmbedderTest;

TEST_F(EmbedderTest, CanGetVulkanEmbedderContext) {
Expand Down
2 changes: 0 additions & 2 deletions shell/platform/embedder/tests/embedder_metal_unittests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
namespace flutter {
namespace testing {

constexpr int64_t kImplicitViewId = 0ll;

using EmbedderTest = testing::EmbedderTest;

TEST_F(EmbedderTest, CanRenderGradientWithMetal) {
Expand Down
2 changes: 0 additions & 2 deletions shell/platform/embedder/tests/embedder_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ static uint64_t NanosFromEpoch(int millis_from_now) {
namespace flutter {
namespace testing {

static constexpr int64_t kImplicitViewId = 0ll;

using EmbedderTest = testing::EmbedderTest;

TEST(EmbedderTestNoFixture, MustNotRunWithInvalidArgs) {
Expand Down