summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-24 12:12:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-24 12:12:59 +0200
commit280334787ea74be1c5234849672c69dbfdb2f201 (patch)
tree2781aaed86df59efad57a608a86892a190efa91e /lib/Utils/DebugDump.h
parent337fc151e4b2682de4c3b2496045e4054080b844 (diff)
downloadabrt-280334787ea74be1c5234849672c69dbfdb2f201.tar.gz
abrt-280334787ea74be1c5234849672c69dbfdb2f201.tar.xz
abrt-280334787ea74be1c5234849672c69dbfdb2f201.zip
remove GetGIDFromUID (two copies): getpwuid does the same
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/DebugDump.h')
-rw-r--r--lib/Utils/DebugDump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h
index 3b47956..a09a913 100644
--- a/lib/Utils/DebugDump.h
+++ b/lib/Utils/DebugDump.h
@@ -66,7 +66,6 @@ class CDebugDump
bool IsTextFile(const std::string& pName);
std::string RemoveBackSlashes(const std::string& pDir);
- std::string GetGIDFromUID(const std::string& pUID);
public:
CDebugDump();