Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
35c822e7
Commit
35c822e7
authored
Oct 13, 2023
by
Umang Yadav
Browse files
Remove unnecessary assert
parent
3d52abe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/generate_root_modules.cpp
src/generate_root_modules.cpp
+0
-1
No files found.
src/generate_root_modules.cpp
View file @
35c822e7
...
@@ -130,7 +130,6 @@ struct auto_gen_root_modules
...
@@ -130,7 +130,6 @@ struct auto_gen_root_modules
void
update_tid_counter
(
std
::
size_t
tid
)
void
update_tid_counter
(
std
::
size_t
tid
)
{
{
assert
(
tid
!=
std
::
numeric_limits
<
std
::
size_t
>::
max
());
if
(
tid_counter
.
find
(
tid
)
!=
tid_counter
.
end
())
if
(
tid_counter
.
find
(
tid
)
!=
tid_counter
.
end
())
{
{
tid_counter
[
tid
]
++
;
tid_counter
[
tid
]
++
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment