Skip to content

Commit

Permalink
Added APFS support
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 11, 2018
1 parent 6dfbd4e commit faa880a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dfvfs/vfs/apfs_file_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@ def modification_time(self):
timestamp = self._fsapfs_file_entry.get_modification_time_as_integer()
return dfdatetime_apfs_time.APFSTime(timestamp=timestamp)

@property
def sub_file_entries(self):
"""generator(APFSFileEntry): sub file entries."""
return self._GetSubFileEntries()

def GetAPFSFileEntry(self):
"""Retrieves the APFS file entry.
Expand Down

0 comments on commit faa880a

Please sign in to comment.