Cleanup code of src/packet/literal.js
This commit is contained in:
parent
9da63d56b3
commit
d40c3e81d9
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user