diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-24 16:44:25 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-24 16:44:25 +0000 |
commit | 4c904ad7faf2432f2289f6c84cd1675d55fff62d (patch) | |
tree | bb5ce28b90d735fe71c16d7614f2db371a6d88fd | |
parent | 99b25bcd847513ddbf3e4841864219ebd848bbc4 (diff) |
Removed unused field
-rw-r--r-- | src/htscore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htscore.h b/src/htscore.h index 2c7a30b..f884b7d 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -155,8 +155,6 @@ struct lien_url { char *cod; // chemin codebase éventuel si classe java char *former_adr; // adresse initiale (avant éventuel moved), peut être nulle char *former_fil; // nom du fichier distant initial (avant éventuel moved), peut être nul - // pour optimisation: - int hash_next[3]; // prochain lien avec même valeur hash }; // chargement de fichiers en 'arrière plan' |