summaryrefslogtreecommitdiff
path: root/src/arch/register-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/register-int.h')
-rw-r--r--src/arch/register-int.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/arch/register-int.h b/src/arch/register-int.h
index 0934f95..3397200 100644
--- a/src/arch/register-int.h
+++ b/src/arch/register-int.h
@@ -29,25 +29,9 @@
#include "operand-int.h"
-#include "sharing/instance-int.h"
-/* ---------------------------- PUR REGISTRE DU MATERIEL ---------------------------- */
-
-
-/* Fournit le gestionnaire de partages attribué à un type. */
-typedef GShareManager * (* get_register_manager_fc) (void);
-
-/* Initialise un nouvel objet partagé avec des informations. */
-typedef bool (* apply_register_template_fc) (GArchRegister *, const GArchRegister *);
-
-/* Réalise une copie minimale d'un contenu partagé. */
-typedef void (* define_register_template_fc) (const GArchRegister *, GArchRegister *);
-
-/* Libère la mémoire utilisée par un patron d'instance. */
-typedef void (* free_register_template_fc) (const GArchRegister *, GArchOperand *);
-
/* Produit une empreinte à partir d'un registre. */
typedef guint (* reg_hash_fc) (const GArchRegister *);
@@ -80,12 +64,6 @@ struct _GArchRegisterClass
{
GObjectClass parent; /* A laisser en premier */
- get_register_manager_fc get_manager; /* Accès au gestionnaire */
-
- apply_register_template_fc apply_template; /* Intialisation d'instance */
- define_register_template_fc define_template; /* Copie de détails */
- free_register_template_fc free_template; /* Libération d'un patron */
-
reg_hash_fc hash; /* Production d'empreinte */
reg_compare_fc compare; /* Comparaison de registres */
reg_print_fc print; /* Impression du registre */