Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
014b36d3
Commit
014b36d3
authored
Jul 21, 2010
by
Roberto Raggi
Browse files
It looks like there's no need to release the CPU anymore.
parent
0b5b1ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppchecksymbols.cpp
View file @
014b36d3
...
...
@@ -690,7 +690,6 @@ void CheckSymbols::flush()
if
(
_usages
.
isEmpty
())
return
;
FriendlyThread
::
msleep
(
10
);
// release some cpu
reportResults
(
_usages
);
_usages
.
clear
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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