diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-25 16:26:01 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-25 16:26:01 (GMT) |
commit | 2bdc454c947411bf654838e1b2a25c3203d2bc72 (patch) | |
tree | 2c7fc6e6980c7aa575850f1a5ca7b90ea1a9d2c3 /src/arch | |
parent | a585058f1469fe89a23562567e478d9de6f16b8f (diff) |
Deleted unused fields in some architecture structures.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/operand-int.h | 2 | ||||
-rw-r--r-- | src/arch/register-int.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h index a1e6441..ac8d07c 100644 --- a/src/arch/operand-int.h +++ b/src/arch/operand-int.h @@ -55,8 +55,6 @@ struct _GArchOperand alt_rendering *alt_info; /* Autre rendu éventuel */ - unsigned int shared_count; /* Compteur de partages */ - }; diff --git a/src/arch/register-int.h b/src/arch/register-int.h index 19e9fec..173e6e0 100644 --- a/src/arch/register-int.h +++ b/src/arch/register-int.h @@ -54,8 +54,6 @@ struct _GArchRegister { GObject parent; /* A laisser en premier */ - unsigned int shared_count; /* Compteur de partages */ - }; |