summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-16 20:49:51 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-16 20:49:51 -0500
commitd626c1395bb217bd154ec9131038222295ca3eb0 (patch)
treea1c14ad65d23aedfc6f118790d4f981400ec50dd /src/shared
parent9ac9a4d1b701825fd528f9315d2723aea35e8c80 (diff)
src/udev/log.c: remove log_parse_environment()
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/log.h b/src/shared/log.h
index 1bd9dbf27a..fd2285cb61 100644
--- a/src/shared/log.h
+++ b/src/shared/log.h
@@ -67,8 +67,6 @@ void log_close_journal(void);
void log_close_kmsg(void);
void log_close_console(void);
-void log_parse_environment(void);
-
int log_meta(
int level,
const char*file,