Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Manual Search] Remove unused variables #69

Merged
merged 6 commits into from
Mar 3, 2016
Merged

Conversation

fernandog
Copy link
Contributor

Remove unused variables not needed in:
https://github.com/pyMedusa/SickRage/blob/manual-search/sickbeard/search.py#L94

@adaur @labrys @p0psicles can you please review with care this change?

correct way is checking with an IDE

@fernandog fernandog changed the title Remove unused variables [Manual Search] Remove unused variables Mar 2, 2016
@fernandog fernandog force-pushed the unused_variables branch 6 times, most recently from 03ebbe6 to d3e07de Compare March 2, 2016 19:50
@fernandog fernandog force-pushed the manual-search branch 2 times, most recently from 3b22352 to 1195c5c Compare March 3, 2016 00:16
@@ -154,9 +158,11 @@ def run(self):

# give the CPU a break
time.sleep(common.cpu_presets[sickbeard.CPU_PRESET])

# What is this for ?!
generic_queue.QueueItem.finish(self)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@labrys what this does? and why only this thread have it ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think i once added it to flag when A search was finished searching. But thats A long time ago.

fernandog added a commit that referenced this pull request Mar 3, 2016
[Manual Search] Remove unused variables
@fernandog fernandog merged commit 1e01642 into manual-search Mar 3, 2016
@fernandog fernandog deleted the unused_variables branch March 3, 2016 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants