Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
7462e7e1
Commit
7462e7e1
authored
Apr 15, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10718 from mscherer/remove_deadcode
Remove old dead code ( variable no longer exist, not used )
parents
baad0a62
6dcc883a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
v2/ansible/executor/task_queue_manager.py
+0
-12
No files found.
v2/ansible/executor/task_queue_manager.py
View file @
7462e7e1
...
...
@@ -188,18 +188,6 @@ class TaskQueueManager:
def
get_loader
(
self
):
return
self
.
_loader
def
get_server_pipe
(
self
):
return
self
.
_server_pipe
def
get_client_pipe
(
self
):
return
self
.
_client_pipe
def
get_pending_results
(
self
):
return
self
.
_pending_results
def
get_allow_processing
(
self
):
return
self
.
_allow_processing
def
get_notified_handlers
(
self
):
return
self
.
_notified_handlers
...
...
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