Skip to content

Commit f26a061

Browse files
committed
Remove unused variable
1 parent da80277 commit f26a061

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

www/archive.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ function DownloadArchive($id, $testServer)
279279
*/
280280
function RestoreArchive($id)
281281
{
282-
global $request_context;
283-
284282
$isSaaSTest = (stripos($id, '_saas_') !== false);
285283
$saas_capture_prefix = GetSetting("cp_saas_capture_prefix");
286284
$isInstantTest = (stripos($id, '_instant_') !== false);

www/testStatus.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ $testInfoJson = null;
1515
*/
1616
function GetTestStatus($id, $includePosition = true)
1717
{
18-
global $request_context;
1918
$testServer = GetServerForTest($id);
2019
if (isset($testServer)) {
2120
// Proxy the status through the server that actually owns the test

0 commit comments

Comments
 (0)