From 0b2ec3aa10023919db5fc0964cd507754390b483 Mon Sep 17 00:00:00 2001 From: tanyawen01770 Date: Sat, 28 Jan 2023 15:27:19 +0800 Subject: [PATCH] fix:remove not use code --- src/main/java/org/csource/fastdfs/StorageClient.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/csource/fastdfs/StorageClient.java b/src/main/java/org/csource/fastdfs/StorageClient.java index 5e11726..5f0d61e 100644 --- a/src/main/java/org/csource/fastdfs/StorageClient.java +++ b/src/main/java/org/csource/fastdfs/StorageClient.java @@ -28,7 +28,6 @@ public class StorageClient { public final static Base64 base64 = new Base64('-', '_', '.', 0); protected TrackerServer trackerServer; protected StorageServer storageServer; - protected TrackerClient trackerClient; protected byte errno; /**