summaryrefslogtreecommitdiffstats
path: root/positioning_base_library/library/src/_pbMutex.cpp
diff options
context:
space:
mode:
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 */