diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 14:51:43 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 14:51:43 +0100 |
commit | 51536c814ae073a2b5d0c62f6377594da1ccad3c (patch) | |
tree | 0d2c800bca9e76ba4985ca6f0d49094dc44da982 /meta/packages/opensync/libsyncml | |
parent | e2182c5b04c8cb4479f921bb7e204c8f2fcb0ae9 (diff) | |
download | poky-51536c814ae073a2b5d0c62f6377594da1ccad3c.tar.gz |
opensync: Remove further old code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opensync/libsyncml')
-rw-r--r-- | meta/packages/opensync/libsyncml/remove-insane-assembler.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/opensync/libsyncml/remove-insane-assembler.patch b/meta/packages/opensync/libsyncml/remove-insane-assembler.patch deleted file mode 100644 index ad3ba01a2c..0000000000 --- a/meta/packages/opensync/libsyncml/remove-insane-assembler.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | Index: libsyncml-0.4.7/tests/check_http.c | ||
2 | =================================================================== | ||
3 | --- libsyncml-0.4.7.orig/tests/check_http.c 2008-10-20 14:16:26.000000000 +0100 | ||
4 | +++ libsyncml-0.4.7/tests/check_http.c 2008-10-20 14:16:53.000000000 +0100 | ||
5 | @@ -221,7 +221,6 @@ | ||
6 | |||
7 | break; | ||
8 | default: | ||
9 | - __asm__("int $3"); | ||
10 | fail(NULL); | ||
11 | } | ||
12 | |||