Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/semdel-wrapper.in')
-rw-r--r--runtime/semdel-wrapper.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/semdel-wrapper.in b/runtime/semdel-wrapper.in
deleted file mode 100644
index 33f0229ac06..00000000000
--- a/runtime/semdel-wrapper.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-r='@mono_build_root@'
-MONO_CFG_DIR='@mono_cfg_dir@'
-MONO_SHARED_DIR=$r/runtime
-export MONO_CFG_DIR MONO_SHARED_DIR
-exec "$r/libtool" --mode=execute "$r/mono/handles/semdel" "$@"