summaryrefslogtreecommitdiffstats
path: root/positioning_base_library/library/src/_pbMutex.cpp
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:01:08 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:01:08 +0900
commit76a4b3fe0da4590c8d54fb95515e4f5ffc3b8648 (patch)
tree67c2a957623bf3573dd849c51a4c1f57f6254fc7 /positioning_base_library/library/src/_pbMutex.cpp
parent26a1071a53eda8e1566b35772384a638dbbe2274 (diff)
vs-positioningbaselibrary branch 0.1sandbox/ToshikazuOhiwa/vs-positioningbaselibrary
Diffstat (limited to 'positioning_base_library/library/src/_pbMutex.cpp')
-rw-r--r--positioning_base_library/library/src/_pbMutex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/positioning_base_library/library/src/_pbMutex.cpp b/positioning_base_library/library/src/_pbMutex.cpp
index 157c9185..06254abe 100644
--- a/positioning_base_library/library/src/_pbMutex.cpp
+++ b/positioning_base_library/library/src/_pbMutex.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -525,7 +525,7 @@ DWORD PbDeleteMutex(HANDLE h_mutex) {
ref_cnt = MutexGetRefCntLocalOfCtrlTbl(idx);
if ((ref_cnt - 1) <= 0) { // LCOV_EXCL_BR_LINE 200: ref_cnt can not bigger than 1
// LCOV_EXCL_START 200: ref_cnt can not bigger than 1
- AGL_ASSERT_NOT_TESTED(); // LCOV_EXCL_LINE 200: test assert
+ //AGL_ASSERT_NOT_TESTED(); // LCOV_EXCL_LINE 200: test assert
/* Lock information unmapping (CLS) */
ret = CL_LockUnmap(reinterpret_cast<void*>(h_mutex));
/* When an error occurs */