diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-22 17:03:30 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-22 17:03:30 +0100 |
commit | 27324219246b4fe778ea1bb83f31bbda1ec83055 (patch) | |
tree | 795d72bfbda529be81ef9bf03e92762dd692ea68 /inc | |
parent | 86d7447c394c14dc1e46346b8cac5545e0817615 (diff) | |
download | abrt-27324219246b4fe778ea1bb83f31bbda1ec83055.tar.gz abrt-27324219246b4fe778ea1bb83f31bbda1ec83055.tar.xz abrt-27324219246b4fe778ea1bb83f31bbda1ec83055.zip |
remove unused getuidbyname
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/abrtlib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h index ed54b528..6b1db552 100644 --- a/inc/abrtlib.h +++ b/inc/abrtlib.h @@ -233,7 +233,6 @@ char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa); /* Random utility functions */ -uid_t getuidbyname(const char* login); /* Returns command line of running program. * Caller is responsible to free() the returned value. |