summaryrefslogtreecommitdiff
path: root/lib/fsm.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-05-31 13:28:58 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-05-31 13:29:43 +0300
commita795c69c2097586bd04b816f252f1aebba655b73 (patch)
treeb2dde243c93fc4692efdbc2e2c7f3a8399a4f51c /lib/fsm.h
parent1dd5b084bd86b0c18016eaa678ab83c447ec3c9d (diff)
downloadlibrpm-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fsm.h b/lib/fsm.h
index 48440390d..883c57f40 100644
--- a/lib/fsm.h
+++ b/lib/fsm.h
@@ -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),