diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-05-31 13:28:58 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-05-31 13:29:43 +0300 |
commit | a795c69c2097586bd04b816f252f1aebba655b73 (patch) | |
tree | b2dde243c93fc4692efdbc2e2c7f3a8399a4f51c /lib/fsm.h | |
parent | 1dd5b084bd86b0c18016eaa678ab83c447ec3c9d (diff) | |
download | librpm-tizen-a795c69c2097586bd04b816f252f1aebba655b73.tar.gz librpm-tizen-a795c69c2097586bd04b816f252f1aebba655b73.tar.bz2 librpm-tizen-a795c69c2097586bd04b816f252f1aebba655b73.zip |
Eliminate unused no-op FSM_CHROOT stage
- the fsm thingie doesn't need to deal with chroot issues: except for
build where it doesn't matter, its only called from psm where the
chroot is already taken care of
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ typedef enum fileStage_e { FSM_LSTAT = _fs(48), FSM_STAT = _fs(49), FSM_READLINK= _fs(50), - FSM_CHROOT = _fs(51), FSM_SETCAP = _fs(52), FSM_NEXT = _fd(65), |