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
SWIFT
SWIFTsim
Commits
396a8a57
Commit
396a8a57
authored
Sep 26, 2016
by
Peter W. Draper
Browse files
Revert "Still need to drift, regardless of rebuild of tasks"
This reverts commit
d5191f16
.
parent
d5191f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
396a8a57
...
...
@@ -765,6 +765,9 @@ static void runner_do_drift(struct cell *c, struct engine *e) {
c
->
updated
=
0
;
c
->
g_updated
=
0
;
/* Should we abort as a rebuild has been triggered ? */
if
(
e
->
forcerebuild
)
return
;
/* Do we need to drift ? */
if
(
!
e
->
drift_all
&&
!
cell_is_drift_needed
(
c
,
ti_current
))
return
;
...
...
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