Remove unnecessary createtime method

This commit is contained in:
Alex Ling
2022-05-22 02:54:05 +00:00
parent 648cdd772c
commit ae503ae099
3 changed files with 1 additions and 11 deletions

View File

@@ -60,10 +60,6 @@ class DirEntry < Entry
@dir_path
end
def createtime : Time
ctime @dir_path
end
def read_page(page_num)
img = nil
begin