removing test code

This commit is contained in:
k1nd0ne
2024-08-02 18:11:29 +02:00
parent 60b1c49e49
commit 2e9b5b62fa
@@ -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