From 54af50fc414ffaf98b3ff88e3dd8aa041c65e041 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Wed, 29 Oct 2025 07:36:56 +0800 Subject: [PATCH] chore: cleanup --- core/server/gen/libcore.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/server/gen/libcore.proto b/core/server/gen/libcore.proto index 2cde5ad..c88bbf0 100644 --- a/core/server/gen/libcore.proto +++ b/core/server/gen/libcore.proto @@ -132,7 +132,3 @@ message QueryCountryTestResponse { message QueryURLTestResponse { repeated URLTestResp results = 1; } - -message RuleSet{ - map items = 1; -}