diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-06 22:15:21 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-07 01:36:33 -0600 |
commit | d5036ba89dcb89b7a05e5c6b2d7cd9cc53850d4d (patch) | |
tree | 66ab9deb8f0a9910b6831b2fd02d37c4276c72a3 /libcr_ipc/CMakeLists.txt | |
parent | 77052122e4e0741026bef6623b13a95e63e524e3 (diff) |
libcr_ipc: Delete owned_mutex
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index ae515bc..2b13e37 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -17,7 +17,6 @@ set(ipc_tests chan #select mutex - #owned_mutex rpc sema ) |