Skip to content

Commit aff94b0

Browse files
committed
removed merge artifact
1 parent 8730a31 commit aff94b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/types.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ binaryParsers.init(function(oid, converter) {
2828
typeParsers.binary[oid] = converter;
2929
});
3030

31-
var parseByteA = function(val) {
32-
return new Buffer(val.replace(/\\([0-7]{3})/g, function (full_match, code) {
33-
return String.fromCharCode(parseInt(code, 8));
34-
}).replace(/\\\\/g, "\\"), "binary");
35-
}
36-
3731
module.exports = {
3832
getTypeParser: getTypeParser,
3933
}

0 commit comments

Comments
 (0)