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

Buffer is required but not used anywhere #81

Closed
evansd opened this issue Feb 10, 2015 · 3 comments · Fixed by #82
Closed

Buffer is required but not used anywhere #81

evansd opened this issue Feb 10, 2015 · 3 comments · Fixed by #82

Comments

@evansd
Copy link
Contributor

evansd commented Feb 10, 2015

index.js contains this line:

var Buffer = require('buffer').Buffer;

But the variable Buffer is no longer referenced anywhere in the file.

@yocontra
Copy link
Member

PR? Must be a relic from old code

evansd added a commit to evansd/gulp-concat that referenced this issue Feb 10, 2015
@evansd
Copy link
Contributor Author

evansd commented Feb 10, 2015

Just happened to notice this while reading the code. PR submitted now.

@yocontra
Copy link
Member

Thanks!

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 a pull request may close this issue.

2 participants