Skip to content

Commit

Permalink
Merge pull request fluent-ffmpeg#929 from riophae/cleanup
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
njoyard authored Oct 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 44ee322 + 9ed900f commit 5b8620d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/processor.js
Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@ var fs = require('fs');
var async = require('async');
var utils = require('./utils');

var nlRegexp = /\r\n|\r|\n/g;

/*
*! Processor methods
*/

0 comments on commit 5b8620d

Please sign in to comment.