summarylogtreecommitdiffstats
path: root/no-force-preload.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-force-preload.patch')
-rw-r--r--no-force-preload.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/no-force-preload.patch b/no-force-preload.patch
deleted file mode 100644
index 689c17128f34..000000000000
--- a/no-force-preload.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/coz b/coz
-index 7e9a1ff..6e8b259 100755
---- a/coz
-+++ b/coz
-@@ -39,8 +39,6 @@ def _coz_run(args):
-
- if 'LD_PRELOAD' in env:
- env['LD_PRELOAD'] += ':' + coz_runtime
-- else:
-- env['LD_PRELOAD'] = coz_runtime
-
- if len(args.binary_scope) > 0:
- env['COZ_BINARY_SCOPE'] = '\t'.join(args.binary_scope)