about summary refs log tree commit diff stats
path: root/src/libtools
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtools')
-rwxr-xr-xsrc/libtools/myalign.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libtools/myalign.c b/src/libtools/myalign.c
index 9f98e159..0998f18f 100755
--- a/src/libtools/myalign.c
+++ b/src/libtools/myalign.c
@@ -551,24 +551,6 @@ void myStackAlignGVariantNew(const char* fmt, uint32_t* st, uint32_t* mystack)
 #undef st_mtime
 #undef st_ctime
 
-struct x64_stat64 {                   /* x86_64       arm64 */
-    uint64_t st_dev;                    /* 0   */   /* 0   */
-    uint64_t st_ino;                    /* 8   */   /* 8   */
-    uint64_t st_nlink;                  /* 16  */   /* 20  */
-    uint32_t st_mode;                   /* 24  */   /* 16  */
-    uint32_t st_uid;                    /* 28  */   /* 24  */
-    uint32_t st_gid;                    /* 32  */   /* 28  */
-    int __pad0;                         /* 36  */   /* --- */
-    uint64_t st_rdev;                   /* 40  */   /* 32  */
-    int64_t st_size;                    /* 48  */   /* 48  */
-    int64_t st_blksize;                 /* 56  */   /* 56  */
-    uint64_t st_blocks;                 /* 64  */   /* 64  */
-    struct timespec st_atim;            /* 72  */   /* 72  */
-    struct timespec st_mtim;            /* 88  */   /* 88  */
-    struct timespec st_ctim;            /* 104 */   /* 104 */
-    uint64_t __glibc_reserved[3];       /* 120 */   /* 120 */
-} __attribute__((packed));              /* 144 */   /* 128 */
-
 void UnalignStat64(const void* source, void* dest)
 {
     struct x64_stat64 *x64st = (struct x64_stat64*)dest;