From 536595b072e73f72c421400c35d09089e7d54ca4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 2 Dec 2006 15:45:51 +0000 Subject: * Remove most of the old setuid code. * Much simpler setuid code for the worker in slave mode. --- src/libutil/util.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libutil/util.hh') diff --git a/src/libutil/util.hh b/src/libutil/util.hh index d1fb5b6e24f8..d49067dfe2c7 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -249,10 +249,6 @@ string int2String(int n); bool string2Int(const string & s, int & n); -/* Setuid support. */ -void switchToNixUser(); - - } -- cgit 1.4.1