Chromium Code Reviews| Index: third_party/libusb/libusb/os/poll_posix.h |
| =================================================================== |
| --- third_party/libusb/libusb/os/poll_posix.h (revision 129100) |
| +++ third_party/libusb/libusb/os/poll_posix.h (working copy) |
| @@ -1,10 +0,0 @@ |
| -#ifndef LIBUSB_POLL_POSIX_H |
| -#define LIBUSB_POLL_POSIX_H |
| - |
| -#define usbi_write write |
| -#define usbi_read read |
| -#define usbi_close close |
| -#define usbi_pipe pipe |
| -#define usbi_poll poll |
| - |
| -#endif /* LIBUSB_POLL_POSIX_H */ |