summaryrefslogtreecommitdiffstats
path: root/lib/Utils/logging.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 18:26:37 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 18:26:37 +0100
commit7ee6b78b9f901e84be31117940ab7ab8af631e9d (patch)
treeeed9d17a3854b7f160f4eb545b57a654cbecc9cf /lib/Utils/logging.cpp
parent28ce06fe5aacf7ba175a2d43981f43990064a621 (diff)
downloadabrt-7ee6b78b9f901e84be31117940ab7ab8af631e9d.tar.gz
abrt-7ee6b78b9f901e84be31117940ab7ab8af631e9d.tar.xz
abrt-7ee6b78b9f901e84be31117940ab7ab8af631e9d.zip
remove one case when we write data needlessly; remove 2 unused funcs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/logging.cpp')
-rw-r--r--lib/Utils/logging.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Utils/logging.cpp b/lib/Utils/logging.cpp
index cae609bc..db952d17 100644
--- a/lib/Utils/logging.cpp
+++ b/lib/Utils/logging.cpp
@@ -118,16 +118,6 @@ void perror_msg(const char *s, ...)
va_end(p);
}
-void simple_perror_msg_and_die(const char *s)
-{
- perror_msg_and_die("%s", s);
-}
-
-void simple_perror_msg(const char *s)
-{
- perror_msg("%s", s);
-}
-
void die_out_of_memory(void)
{
error_msg_and_die("Out of memory, exiting");