mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-22 00:35:54 +00:00
Remove obsolete patch
This commit is contained in:
parent
1b45120636
commit
73a4609fea
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,7 +1,6 @@
|
||||
rust-gdb-paths
|
||||
rust-lldb-paths
|
||||
add-soname
|
||||
valgrind-workaround.diff
|
||||
fix-debian-cmake-path.diff
|
||||
avoid-redundant-dls.diff
|
||||
dont-download-stage0.diff
|
||||
|
||||
11
debian/patches/valgrind-workaround.diff
vendored
11
debian/patches/valgrind-workaround.diff
vendored
@ -1,11 +0,0 @@
|
||||
--- a/src/test/run-pass-valgrind/down-with-thread-dtors.rs
|
||||
+++ b/src/test/run-pass-valgrind/down-with-thread-dtors.rs
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
// no-prefer-dynamic
|
||||
|
||||
+// no-prefer-dynamic
|
||||
+
|
||||
thread_local!(static FOO: Foo = Foo);
|
||||
thread_local!(static BAR: Bar = Bar(1));
|
||||
thread_local!(static BAZ: Baz = Baz);
|
||||
Loading…
Reference in New Issue
Block a user