chiark / gitweb /
[PATCH] udev - safer string handling - part three
[elogind.git] / udevtest.c
index 4956758636206343ba0139c6dec8d89da7d7beae..4bc094fd908f8c2f3dd21ea10f287f6de300f6a8 100644 (file)
@@ -66,30 +66,6 @@ static void sig_handler(int signum)
        }
 }
 
-static inline char *get_action(void)
-{
-       char *action;
-
-       action = getenv("ACTION");
-       return action;
-}
-
-static inline char *get_devpath(void)
-{
-       char *devpath;
-
-       devpath = getenv("DEVPATH");
-       return devpath;
-}
-
-static inline char *get_seqnum(void)
-{
-       char *seqnum;
-
-       seqnum = getenv("SEQNUM");
-       return seqnum;
-}
-
 static char *subsystem_blacklist[] = {
        "net",
        "scsi_host",