Remove unused fsm subbuf field

This commit is contained in:
Panu Matilainen 2008-11-12 21:58:56 +02:00
parent 526c052dd2
commit ed9836dfba
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ struct fsm_s {
rpm_loff_t archivePos; /*!< Current archive position. */
char ** failedFile; /*!< First file name that failed. */
const char * subdir; /*!< Current file sub-directory. */
char subbuf[64]; /* XXX eliminate */
const char * osuffix; /*!< Old, preserved, file suffix. */
const char * nsuffix; /*!< New, created, file suffix. */
const char * suffix; /*!< Current file suffix. */