summaryrefslogtreecommitdiff
path: root/libc/utils/gpu/loader/Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/utils/gpu/loader/Server.h')
-rw-r--r--libc/utils/gpu/loader/Server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/utils/gpu/loader/Server.h b/libc/utils/gpu/loader/Server.h
index f77bf256618a..89ef712e8596 100644
--- a/libc/utils/gpu/loader/Server.h
+++ b/libc/utils/gpu/loader/Server.h
@@ -19,9 +19,6 @@
static __llvm_libc::rpc::Server server;
-static __llvm_libc::cpp::Atomic<uint32_t>
- lock[__llvm_libc::rpc::default_port_count] = {0};
-
/// Queries the RPC client at least once and performs server-side work if there
/// are any active requests.
void handle_server() {