c: remove the config load string API

It was unused and doesn't match our diagnostic API.
This commit is contained in:
Mitchell Hashimoto
2024-10-17 08:02:28 -07:00
parent a12b33662c
commit 70c175e2a6
6 changed files with 31 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ pub const args = @import("cli/args.zig");
pub const Action = @import("cli/action.zig").Action;
pub const DiagnosticList = diags.DiagnosticList;
pub const Diagnostic = diags.Diagnostic;
pub const Location = diags.Diagnostic.Location;
pub const Location = diags.Location;
test {
@import("std").testing.refAllDecls(@This());