summaryrefslogtreecommitdiff
path: root/src/arch/operand-int.h
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 /src/arch/operand-int.h
parenta585058f1469fe89a23562567e478d9de6f16b8f (diff)
Deleted unused fields in some architecture structures.
Diffstat (limited to 'src/arch/operand-int.h')
-rw-r--r--src/arch/operand-int.h2
1 files changed, 0 insertions, 2 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 */
-
};