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: removed unused functions #3079

Closed
wants to merge 1 commit into from
Closed

Conversation

lkwg82
Copy link
Contributor

@lkwg82 lkwg82 commented May 10, 2016

Purpose

$ gometalinter --disable-all --enable=deadcode ./... | grep -v ^vendor
build.go:677:1:warning: buildEnvironment is unused (deadcode)
build.go:696:1:warning: run is unused (deadcode)

Testing

clean and run tests

I found more and considering add a check in build.go, which can be added as check for each PR.

@lkwg82 lkwg82 added the enhancement New features or improvements of some kind, as opposed to a problem (bug) label May 10, 2016
@calmh
Copy link
Member

calmh commented May 11, 2016

@st-review merge it

build: Remove unused code

@st-review
Copy link

👌 Merged as d628b73. Thanks, @lkwg82!

@st-review st-review closed this May 11, 2016
st-review pushed a commit that referenced this pull request May 11, 2016
GitHub-Pull-Request: #3079
@lkwg82 lkwg82 deleted the deadcode branch May 11, 2016 19:52
@st-review st-review added the frozen-due-to-age Issues closed and untouched for a long time, together with being locked for discussion label Jun 16, 2017
@syncthing syncthing locked and limited conversation to collaborators Jun 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New features or improvements of some kind, as opposed to a problem (bug) frozen-due-to-age Issues closed and untouched for a long time, together with being locked for discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants