summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hash.c b/hash.c
index 938024e..9ac65bb 100644
--- a/hash.c
+++ b/hash.c
@@ -138,11 +138,7 @@ static _TypeVariable NomVarToVarListe(char *Nom, _ListeChaine l, char *trouve)
}
l = l->Suivant;
}
-#ifdef HAVE_CONFIG_H
return (NULL);
-#else
- return 0;
-#endif
}
_TypeVariable NomVarToVar(char *Nom, _TableauVariable t, char *trouve)