diff options
author | 2012-09-25 10:44:10 +0000 | |
---|---|---|
committer | 2012-09-25 10:44:10 +0000 | |
commit | 46c5bef8b3a235978462803154fc7be06662fd1c (patch) | |
tree | 62b29f7b91d82cb5a19173e654a63fbbf774dbf1 /dev-libs/libusb-compat/files | |
parent | Version bump. #431936 (diff) | |
download | gentoo-2-46c5bef8b3a235978462803154fc7be06662fd1c.tar.gz gentoo-2-46c5bef8b3a235978462803154fc7be06662fd1c.tar.bz2 gentoo-2-46c5bef8b3a235978462803154fc7be06662fd1c.zip |
Remove now unnecessary patch that was used only for <dev-libs/libusbx-1.0.13.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libusb-compat/files')
-rw-r--r-- | dev-libs/libusb-compat/files/libusb-0.1-libusbx.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/libusb-compat/files/libusb-0.1-libusbx.patch b/dev-libs/libusb-compat/files/libusb-0.1-libusbx.patch deleted file mode 100644 index 870fc6093e36..000000000000 --- a/dev-libs/libusb-compat/files/libusb-0.1-libusbx.patch +++ /dev/null @@ -1,19 +0,0 @@ -http://bugs.gentoo.org/423135 -http://sourceforge.net/apps/trac/libusbx/ticket/31 -http://github.com/libusbx/libusbx/commit/7ec94a45ed8155e7a1d4d5d75575099b09c78834 - ---- libusb/core.c -+++ libusb/core.c -@@ -32,12 +32,6 @@ - static libusb_context *ctx = NULL; - static int usb_debug = 0; - --enum usbi_log_level { -- LOG_LEVEL_DEBUG, -- LOG_LEVEL_INFO, -- LOG_LEVEL_WARNING, -- LOG_LEVEL_ERROR, --}; - - #ifdef ENABLE_LOGGING - #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt) |