Remove privilege escalation via seteuid() etc. on Linux.
[dcpomatic.git] / src / lib / cross.h
index b70d84a0e23111012a4d7084286d55fbeaf3840e..25b3b38200c601b12f1ebd1f5b842c0e83b14482 100644 (file)
@@ -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.