Skip to content

Commit

Permalink
lint- remove more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Feb 28, 2022
1 parent ea9e0a9 commit 73f0126
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/db/Time.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const string = []const u8;
const time = @import("time");
const extras = @import("extras");

const _internal = @import("./_internal.zig");

ctx: time.DateTime,

usingnamespace extras.StringerJsonStringifyMixin(@This());
Expand Down
1 change: 0 additions & 1 deletion src/db/_db.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const std = @import("std");
const string = []const u8;
const extras = @import("extras");
const root = @import("root");
const ulid = @import("ulid");

const _internal = @import("./_internal.zig");
const db = &_internal.db;
Expand Down
1 change: 0 additions & 1 deletion tools/os-list-arches.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const std = @import("std");
const string = []const u8;
const shared = @import("./shared.zig");

pub fn main() !void {
Expand Down

0 comments on commit 73f0126

Please sign in to comment.