Replace procedure call

This commit is contained in:
gingerBill
2020-12-14 14:33:32 +00:00
parent c17d17a9b4
commit aa2562fe7c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -95,7 +95,6 @@ limited_reader_to_reader :: proc(l: ^Limited_Reader) -> (r: Reader) {
return;
}
// Section_Reader implements read, seek, and read_at on a section of an underlying Reader_At
Section_Reader :: struct {
r: Reader_At,