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

Cleanup dead code warnings #141

Merged
merged 1 commit into from Feb 11, 2017
Merged

Conversation

@dlrobertson
Copy link
Collaborator

dlrobertson commented Feb 11, 2017

  • Add conditional compilation to incrementor
  • Remove unused type definitions in test code
 - Add conditional compilation to incrementor
 - Remove unused type definitions in test code
@dlrobertson dlrobertson force-pushed the dlrobertson:fix_compile_warnings branch from e1b4820 to bc61cef Feb 11, 2017
@@ -7,6 +7,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#[cfg(any(feature = "force-inprocess", not(target_os = "macos")))]

This comment has been minimized.

@antrik

antrik Feb 11, 2017

Contributor

Gah, my bad: I explicitly removed the conditional in 09e22f6 , as I didn't realise unused modules produce a warning :-(

This comment has been minimized.

@dlrobertson

dlrobertson Feb 11, 2017

Author Collaborator

Np

@antrik
Copy link
Contributor

antrik commented Feb 11, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Feb 11, 2017

📌 Commit bc61cef has been approved by antrik

@bors-servo
Copy link
Contributor

bors-servo commented Feb 11, 2017

Testing commit bc61cef with merge e4e4fc0...

bors-servo added a commit that referenced this pull request Feb 11, 2017
Cleanup dead code warnings

 - Add conditional compilation to `incrementor`
 - Remove unused type definitions in test code
@bors-servo
Copy link
Contributor

bors-servo commented Feb 11, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: antrik
Pushing e4e4fc0 to master...

@bors-servo bors-servo merged commit bc61cef into servo:master Feb 11, 2017
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@dlrobertson dlrobertson deleted the dlrobertson:fix_compile_warnings branch Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.