From 2bdc454c947411bf654838e1b2a25c3203d2bc72 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Wed, 25 Apr 2018 18:26:01 +0200
Subject: Deleted unused fields in some architecture structures.

---
 src/arch/operand-int.h  | 2 --
 src/arch/register-int.h | 2 --
 2 files changed, 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        */
-
 };
 
 
-- 
cgit v0.11.2-87-g4458