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

Removal of unused variables #376

Closed
wants to merge 1 commit into from

Conversation

rsvoboda
Copy link
Member

Removal of unused variables

@@ -55,7 +55,6 @@
public BuildResult run() throws Exception {
long time = System.currentTimeMillis();
log.info("Beginning shamrock augmentation");
ClassLoader old = Thread.currentThread().getContextClassLoader();
Copy link
Member

Choose a reason for hiding this comment

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

Hmmm, wondering if we should restore the old class loader at the end of the operation.

@stuartwdouglas thoughts?

@gsmet
Copy link
Member

gsmet commented Dec 23, 2018

Merged partially, I kept the ClassLoader one as I plan to follow up on this one.

@gsmet gsmet closed this Dec 23, 2018
@gsmet gsmet added this to the 0.3.0 milestone Dec 23, 2018
@rsvoboda rsvoboda deleted the unusedVariables branch March 7, 2019 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants