summaryrefslogtreecommitdiff
path: root/Xcode
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 /Xcode
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 'Xcode')
-rw-r--r--Xcode/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xcode/config.h b/Xcode/config.h
index 49aabfd..3aaeb7b 100644
--- a/Xcode/config.h
+++ b/Xcode/config.h
@@ -29,9 +29,6 @@
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
-/* Darwin backend */
-#define OS_DARWIN 1
-
/* Use POSIX poll() implementation */
#define POLL_POSIX 1