Remove useless fix-segfault patch that just spews to the console

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1352 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-15 16:46:31 +00:00
parent 4b10b50d7e
commit 58ccf2ec61
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
--- /tmp/dbus-marshal-recursive.c 2006-07-28 14:58:08.000000000 +0200
+++ dbus-0.90/dbus/dbus-marshal-recursive.c 2006-07-28 14:58:18.724411000 +0200
@@ -1294,7 +1294,7 @@
_dbus_string_get_length (&block->replacement) - block->padding,
&fixups))
goto oom;
-
+printf("%s(%d)""got here", __FILE__, __LINE__);
#if RECURSIVE_MARSHAL_WRITE_TRACE
_dbus_verbose ("REPLACEMENT at padding %d len %d\n", block->padding,
_dbus_string_get_length (&block->replacement) - block->padding);

View File

@ -11,7 +11,6 @@ PR = "r1"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://tmpdir.patch;patch=1 \
file://dbus-1.init \
file://fix-segfault.patch;patch=1 \
file://cross.patch;patch=1 \
file://fix-install-daemon.patch;patch=1"