Remove "use strict" to be consistent with other files (really we should add it everywhere)

This commit is contained in:
Christopher Jones 2016-03-24 21:24:38 +11:00
parent 7816a143b8
commit 5d85e87569
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
* limitations under the License.
*
*****************************************************************************/
'use strict';
var util = require('util');
var stream = require('stream');