From 7caedef9a8c343b63cef6e971f4f87660520bb82 Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Wed, 22 Jul 2020 08:37:58 -0700 Subject: Client injection. Process class implementation. --- client/src/injection/mapper.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'client/src/injection/mapper.h') diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h index d1cfa5c..1c39d8b 100644 --- a/client/src/injection/mapper.h +++ b/client/src/injection/mapper.h @@ -2,13 +2,6 @@ namespace mmap { - void thread(tcp::client& client) { - while (client.mapper_data.imports.empty()) { - std::this_thread::sleep_for(std::chrono::milliseconds(100)); - } - - - - } + void thread(tcp::client& client); }; \ No newline at end of file -- cgit v1.2.3