diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-01-13 09:41:25 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-01-13 09:41:56 +0200 |
commit | 37f7802aa619025f675c7476e8d8d989630f1477 (patch) | |
tree | a8da6070ff4abdab399803d305255eb0d856f5d8 /lib/fsm.h | |
parent | 8049e42f304783b126c4fb7e83dba21ff728a087 (diff) | |
download | librpm-tizen-37f7802aa619025f675c7476e8d8d989630f1477.tar.gz librpm-tizen-37f7802aa619025f675c7476e8d8d989630f1477.tar.bz2 librpm-tizen-37f7802aa619025f675c7476e8d8d989630f1477.zip |
Remove unused "orphan" directory creation tracking variable from fsm
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -143,7 +143,6 @@ struct fsm_s { int postpone; /*!< Skip remaining stages? */ int diskchecked; /*!< Has stat(2) been performed? */ int exists; /*!< Does current file exist on disk? */ - int mkdirsdone; /*!< Have "orphan" dirs been created? */ int rc; /*!< External file stage return code. */ cpioMapFlags mapFlags; /*!< Bit(s) to control mapping. */ const char * dirName; /*!< File directory name. */ |