node-gcm icon indicating copy to clipboard operation
node-gcm copied to clipboard

Remove unused files

Open hypesystem opened this issue 10 years ago • 1 comments

lib/multicastresult.js and lib/result.js are not used anywhere in the code. They should be removed to reduce clutter.

These concepts may be interesting in the future, but half-finished versions shouldn't be lying around. This is technically a breaking change, as they will be removed from the exposed interface.

hypesystem avatar Feb 23 '15 09:02 hypesystem

At the same time, we could probably remove lib/constants.js from the list of files that are exported. No outside part needs to see these. It clutters the interface.

hypesystem avatar Feb 23 '15 10:02 hypesystem