diff options
Diffstat (limited to 'src/server/PatchImpl.hpp')
-rw-r--r-- | src/server/PatchImpl.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/PatchImpl.hpp b/src/server/PatchImpl.hpp index 1d8cef08..1204eeee 100644 --- a/src/server/PatchImpl.hpp +++ b/src/server/PatchImpl.hpp @@ -156,9 +156,6 @@ public: Engine& engine() { return _engine; } private: - void process_parallel(ProcessContext& context); - void process_single(ProcessContext& context); - Engine& _engine; uint32_t _poly_pre; ///< Pre-process thread only uint32_t _poly_process; ///< Process thread only |