diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2013-08-16 17:33:57 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2013-08-16 17:33:57 +0000 |
commit | d9fd87bdf9834c9f334c02ae32817712e0ebd244 (patch) | |
tree | 0a10f0d5a6dfc6aacff244e1a15b7cacf4a24696 /llvm/lib/Support/Unix | |
parent | 398b32a2f4ea0a9760a0dff57e3c0938d4e07478 (diff) | |
download | bcm5719-llvm-d9fd87bdf9834c9f334c02ae32817712e0ebd244.tar.gz bcm5719-llvm-d9fd87bdf9834c9f334c02ae32817712e0ebd244.zip |
Removing unused functionality.
llvm-svn: 188565
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r-- | llvm/lib/Support/Unix/Process.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Support/Unix/Process.inc b/llvm/lib/Support/Unix/Process.inc index 3731618db5a..538f05f980d 100644 --- a/llvm/lib/Support/Unix/Process.inc +++ b/llvm/lib/Support/Unix/Process.inc @@ -140,14 +140,6 @@ void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, llvm::tie(user_time, sys_time) = getRUsageTimes(); } -int Process::GetCurrentUserId() { - return getuid(); -} - -int Process::GetCurrentGroupId() { - return getgid(); -} - #if defined(HAVE_MACH_MACH_H) && !defined(__GNU__) #include <mach/mach.h> #endif |