Cleanup code of src/packet/literal.js

This commit is contained in:
Tankred Hase 2016-02-06 14:22:19 +07:00
parent 9da63d56b3
commit d40c3e81d9

View File

@ -110,7 +110,6 @@ Literal.prototype.getFilename = function() {
* @return {module:packet/literal} object representation
*/
Literal.prototype.read = function(bytes) {
// - A one-octet field that describes how the data is formatted.
var format = enums.read(enums.literal, bytes[0]);