mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -30,25 +30,18 @@
|
||||
|
||||
using System;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using commitcnt_t = int;
|
||||
|
||||
// Disk address
|
||||
using daddr_t = int;
|
||||
|
||||
// Fstore
|
||||
using fstore_t = int;
|
||||
|
||||
// Global File System number
|
||||
using gfs_t = int;
|
||||
|
||||
// Inode number
|
||||
using ino_t = int;
|
||||
|
||||
// Filesystem pack number
|
||||
using pckno_t = short;
|
||||
|
||||
// Timestamp
|
||||
using time_t = int;
|
||||
|
||||
// ReSharper disable UnusedMember.Local
|
||||
// ReSharper disable UnusedType.Local
|
||||
|
||||
Reference in New Issue
Block a user