Skip to content

Commit 52ccb07

Browse files
hellaisevilaliv3
authored andcommitted
Remove deprecated check
1 parent 4451803 commit 52ccb07

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/flow.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@
147147
*/
148148
this.opts = Flow.extend({}, this.defaults, opts || {});
149149

150-
if (!this.opts.fileFactory.supportsPrioritizeFirstAndLastChunk &&
151-
this.defaults.prioritizeFirstAndLastChunk) {
152-
throw Error("Cannot use prioritizeFirstAndLastChunk and with this fileFactory.");
153-
}
154-
155150
}
156151

157152
Flow.prototype = {

0 commit comments

Comments
 (0)