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
dbe01a6d
Commit
dbe01a6d
authored
Apr 14, 2015
by
Pedro Gonnet
Browse files
clean up commented-out old code.
Former-commit-id: 5d5cc07feb9ce1c40bd3ca273d694f3d558162b8
parent
db0abfa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
dbe01a6d
...
...
@@ -181,7 +181,6 @@ int cell_pack ( struct cell *c , struct pcell *pc ) {
pc
->
dt_min
=
c
->
dt_min
;
pc
->
dt_max
=
c
->
dt_max
;
pc
->
count
=
c
->
count
;
// c->tag = pc->tag = ( ((long long int)c) / sizeof(struct cell) ) % (1 << 30);
c
->
tag
=
pc
->
tag
=
cell_next_tag
++
;
/* Fill in the progeny, depth-first recursion. */
...
...
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