refactor(cli): remove unused imports from sync.zig
Remove unused imports: - rsync (commented as 'Use embedded rsync' but never used) - storage (never referenced) Build verified: zig build --release=fast
This commit is contained in:
parent
999af75f39
commit
c31055be30
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ const std = @import("std");
|
|||
const colors = @import("../utils/colors.zig");
|
||||
const Config = @import("../config.zig").Config;
|
||||
const crypto = @import("../utils/crypto.zig");
|
||||
const rsync = @import("../utils/rsync_embedded.zig"); // Use embedded rsync
|
||||
const storage = @import("../utils/storage.zig");
|
||||
const ws = @import("../net/ws/client.zig");
|
||||
const logging = @import("../utils/logging.zig");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue