Skip to content
GitLab
Menu
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
21558190
Commit
21558190
authored
Nov 24, 2017
by
Matthieu Schaller
Browse files
More code simplification and clean-up
parent
45be44d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
21558190
...
...
@@ -1421,14 +1421,6 @@ void runner_do_end_force(struct runner *r, struct cell *c, int timer) {
TIMER_TIC
;
#if (ICHECK != 0)
for
(
int
i
=
0
;
i
<
c
->
gcount
;
++
i
)
if
(
c
->
gparts
[
i
].
id_or_neg_offset
==
ICHECK
)
{
message
(
"Found gpart"
);
fflush
(
stdout
);
}
#endif
/* Anything to do here? */
if
(
!
cell_is_active
(
c
,
e
))
return
;
...
...
Write
Preview
Supports
Markdown
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