mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
removing test code
This commit is contained in:
@@ -1840,10 +1840,6 @@ class inode(objects.StructType):
|
||||
return "CHR"
|
||||
elif self.is_block:
|
||||
return "BLK"
|
||||
elif self.is_whiteout:
|
||||
return "WHT"
|
||||
elif self.is_overlay:
|
||||
return "OVL"
|
||||
else:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user