Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython_plus_experiments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Jerphanion
cython_plus_experiments
Commits
69491d52
Commit
69491d52
authored
Jul 08, 2021
by
Xavier Thompson
Committed by
Julien Jerphanion
Jul 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant code
parent
44522e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
kdtree/runtime/runtime.pxd
kdtree/runtime/runtime.pxd
+0
-1
No files found.
kdtree/runtime/runtime.pxd
View file @
69491d52
...
@@ -87,7 +87,6 @@ cdef cypclass Worker:
...
@@ -87,7 +87,6 @@ cdef cypclass Worker:
if
not
victim
.
queues
.
empty
():
if
not
victim
.
queues
.
empty
():
stolen_queue
=
victim
.
queues
.
back
()
stolen_queue
=
victim
.
queues
.
back
()
victim
.
queues
.
pop_back
()
victim
.
queues
.
pop_back
()
stolen_queue
.
has_worker
=
True
return
stolen_queue
return
stolen_queue
index
+=
1
index
+=
1
if
index
>=
num_workers
:
if
index
>=
num_workers
:
...
...
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