From 03af2d47396dc70bc07c0d8a916bf172545ad33d Mon Sep 17 00:00:00 2001 From: myupage <> Date: Thu, 18 Jan 2024 11:01:00 +0900 Subject: [PATCH] remove unnecessary structure declaration --- Tests/Integration/GCTests.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tests/Integration/GCTests.swift b/Tests/Integration/GCTests.swift index 2c865afc..d7b5bfe1 100644 --- a/Tests/Integration/GCTests.swift +++ b/Tests/Integration/GCTests.swift @@ -143,11 +143,6 @@ class GCTests: XCTestCase { } func test_getGarbageLength_should_return_the_actual_number_of_elements_garbage_collected() async throws { - struct Point { - var x: Int? - var y: Int? - } - let options = ClientOptions() let docKey = "\(self.description)-\(Date().description)".toDocKey