aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-09 13:20:55 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-09 13:20:55 +0000
commit0ee8c98153b0a0a5e5ffdbe30f679db3d67bb2cf (patch)
treea9a67ca622e4fec580466c057644ecd7ee58f1d9 /src
parentlibsbutil: make sure we always let the ldso do the libsandbox search (diff)
downloadsandbox-0ee8c98153b0a0a5e5ffdbe30f679db3d67bb2cf.tar.gz
sandbox-0ee8c98153b0a0a5e5ffdbe30f679db3d67bb2cf.tar.bz2
sandbox-0ee8c98153b0a0a5e5ffdbe30f679db3d67bb2cf.zip
sandbox: remove remaining multilib code
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r--src/sandbox.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sandbox.c b/src/sandbox.c
index 90b0a53..4927d38 100644
--- a/src/sandbox.c
+++ b/src/sandbox.c
@@ -253,12 +253,6 @@ int main(int argc, char **argv)
if (print_debug)
printf("Verification of the required files.\n");
-#ifndef SB_HAVE_MULTILIB
- if (!rc_file_exists(sandbox_info.sandbox_lib)) {
- perror("sandbox: Could not open the sandbox library");
- exit(EXIT_FAILURE);
- }
-#endif
if (!rc_file_exists(sandbox_info.sandbox_rc)) {
perror("sandbox: Could not open the sandbox rc file");
exit(EXIT_FAILURE);