diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-24 12:12:59 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-24 12:12:59 +0200 |
| commit | 280334787ea74be1c5234849672c69dbfdb2f201 (patch) | |
| tree | 2781aaed86df59efad57a608a86892a190efa91e /lib/Utils/DebugDump.h | |
| parent | 337fc151e4b2682de4c3b2496045e4054080b844 (diff) | |
| download | abrt-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.h | 1 |
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(); |
