Skip to content

Commit b3e4832

Browse files
mikdusanandrewrk
authored andcommitted
housekeeping: remove pub from ccPrintFileName()
- this was inadvertently made public while iterating on #8730
1 parent b8f85a8 commit b3e4832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc_installation.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct {
523523
};
524524

525525
/// caller owns returned memory
526-
pub fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
526+
fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
527527
const allocator = args.allocator;
528528

529529
const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe;

0 commit comments

Comments
 (0)