Rm dead code for QueueRunner deprecations

This commit is contained in:
Steve Gravrock
2022-08-11 19:51:08 -07:00
parent 588283cfe5
commit 2e80ec0c22
4 changed files with 1 additions and 33 deletions

View File

@@ -380,7 +380,6 @@ getJasmineRequireObj().Env = function(j$) {
function(e) {
(runner.currentRunable() || topSuite).handleException(e);
};
options.deprecated = self.deprecated;
new j$.QueueRunner(options).execute();
}

View File

@@ -71,7 +71,6 @@ getJasmineRequireObj().QueueRunner = function(j$) {
if (typeof this.onComplete !== 'function') {
throw new Error('invalid onComplete ' + JSON.stringify(this.onComplete));
}
this.deprecated = attrs.deprecated;
}
QueueRunner.prototype.execute = function() {