summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-26 09:43:36 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-26 20:05:49 +0200
commit93048e5a6f33cc8e2fc547bf65c41551696e23c6 (patch)
treed23e059ef8012b2e62bc14ee7674f45b2878b505 /src/lib/cross.h
parent1fdc2991cbe0c7a03567e69b36632dca6ab8b8ef (diff)
Remove privilege escalation via seteuid() etc. on Linux.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index b70d84a0e..25b3b3820 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -71,14 +71,6 @@ namespace dcpomatic {
std::string get_process_id ();
}
-class PrivilegeEscalator
-{
-public:
- PrivilegeEscalator ();
- ~PrivilegeEscalator ();
-
- static bool test;
-};
/** @class Waker
* @brief A class which tries to keep the computer awake on various operating systems.