summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-27 18:23:16 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-27 18:23:16 -0700
commit8b09dd490de9d23e47dbae4c0f1504e2afc1a8e9 (patch)
treea07f7d90238002814517717b2af17be9a6742dae /android
parent30b56baec51b70d5b10f1f14ff47327ecc8ebbd0 (diff)
downloadlibusb-8b09dd490de9d23e47dbae4c0f1504e2afc1a8e9.tar.gz
core: Kill the OS_* definitions and use in the source code
These symbols are no longer necessary for the source code since commit cad7d0edd9 ("core: Kill usbi_os_backend structure definition madness"). Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'android')
-rw-r--r--android/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/config.h b/android/config.h
index 060940f..59c7544 100644
--- a/android/config.h
+++ b/android/config.h
@@ -41,9 +41,6 @@
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
-/* Linux backend */
-#define OS_LINUX 1
-
/* Use POSIX poll() implementation */
#define POLL_POSIX 1