Skip to content

Commit d8a0e0a

Browse files
committed
cleanup: remove comment
1 parent c5d1432 commit d8a0e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ziglua.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ pub const Lua = struct {
14631463
}
14641464

14651465
/// Loads a buffer as a Lua chunk
1466-
/// TODO: There isn't a real reason to allow null mofe with loadBuffer
14671466
pub fn loadBufferX(lua: *Lua, buf: []const u8, name: [:0]const u8, mode: Mode) !void {
14681467
const mode_str = switch (mode) {
14691468
.binary => "b",

0 commit comments

Comments
 (0)