diff options
author | Kay Sievers <kay@vrfy.org> | 2013-06-02 12:02:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-02 12:02:42 -0400 |
commit | adb162e7ef4bec157f907fc78426493a95ff4fe7 (patch) | |
tree | 939b06ba9769a7ce702f5828506a84bf0f7401b4 /src/libudev/libudev.h | |
parent | ebcfcd41acc4a7b10155662f72a173b77842aa16 (diff) |
libude: remove special handling of "device" link and legacy respecting code
Remove special handling of device link by Sievers.
Remove legacy respecting code by Basile.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/libudev.h')
-rw-r--r-- | src/libudev/libudev.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libudev/libudev.h b/src/libudev/libudev.h index e54c5bf67c..61567b1d67 100644 --- a/src/libudev/libudev.h +++ b/src/libudev/libudev.h @@ -20,10 +20,6 @@ #ifndef _LIBUDEV_H_ #define _LIBUDEV_H_ -#ifndef LIBUDEV_LEGACY_VERSION -#define LIBUDEV_LEGACY_VERSION UDEV_VERSION -#endif - #include <stdarg.h> #include <sys/types.h> #include <sys/stat.h> |