diff --git a/Netch/Models/Server.cs b/Netch/Models/Server.cs
index 4b29fee5..ce6f75cb 100644
--- a/Netch/Models/Server.cs
+++ b/Netch/Models/Server.cs
@@ -41,11 +41,6 @@ namespace Netch.Models
///
public int Delay = -1;
- ///
- /// 地区
- ///
- public string Country;
-
public bool IsSocks5() => Type == "Socks5";
///