fd.c: Remove unused label change_to_orig_dir.
authorAndre Noll <maan@systemlinux.org>
Thu, 11 Oct 2007 17:07:29 +0000 (19:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 11 Oct 2007 17:07:29 +0000 (19:07 +0200)
fd.c

diff --git a/fd.c b/fd.c
index 10a3cf608cfbc1f5c9818f38ecc69495e041fbab..30483006be2e4df5e3c2c3cd02650430eb949dbb 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -243,7 +243,6 @@ int para_opendir(const char *dirname, DIR **dir, int *cwd)
                return 1;
        ret = -ERRNO_TO_PARA_ERROR(errno);
 /* Ignore return value of fchdir() and close(). We're busted anyway. */
-change_to_orig_dir:
        if (cwd)
                fchdir(*cwd);
 close_cwd: