Skip to content

Commit dd43be4

Browse files
committed
remove method added for testing
This was only required while testing things, not an actual API.
1 parent c491648 commit dd43be4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/browser/file/Blob.zig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ pub fn get_size(self: *const Blob) usize {
169169
return self.slice.len;
170170
}
171171

172-
pub fn get_str(self: *const Blob) []const u8 {
173-
return self.slice;
174-
}
175-
176172
const testing = @import("../../testing.zig");
177173
test "Browser: File.Blob" {
178174
try testing.htmlRunner("file/blob.html");

0 commit comments

Comments
 (0)