projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce5b62
)
Revert "[Tizen] Add comment"
author
tscholb
<scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:15:30 +0000
(16:15 +0900)
committer
tscholb
<scholb.kim@samsung.com>
Mon, 1 Nov 2021 07:15:30 +0000
(16:15 +0900)
This reverts commit
1b975b4acbfe3272a8804541336cd385605cd06c
.
dali/public-api/common/dali-vector.h
patch
|
blob
|
history
diff --git
a/dali/public-api/common/dali-vector.h
b/dali/public-api/common/dali-vector.h
index
2fea460
..
1e8d230
100644
(file)
--- a/
dali/public-api/common/dali-vector.h
+++ b/
dali/public-api/common/dali-vector.h
@@
-552,7
+552,6
@@
public: // API
DALI_ASSERT_VECTOR(index < VectorBase::Count() && "Index out of bounds");
if(index >= VectorBase::Count())
{
- // Assert to debug
assert(0);
}
ItemType* address = reinterpret_cast<ItemType*>(VectorBase::mData);