summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-25 16:26:01 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-25 16:26:01 (GMT)
commit2bdc454c947411bf654838e1b2a25c3203d2bc72 (patch)
tree2c7fc6e6980c7aa575850f1a5ca7b90ea1a9d2c3
parenta585058f1469fe89a23562567e478d9de6f16b8f (diff)
Deleted unused fields in some architecture structures.
-rw-r--r--src/arch/operand-int.h2
-rw-r--r--src/arch/register-int.h2
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 */
-
};