Skip to content

Commit

Permalink
Remove segment download file
Browse files Browse the repository at this point in the history
  • Loading branch information
Phencys committed Jul 5, 2024
1 parent c9256f9 commit 5ba141f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 411 deletions.
1 change: 0 additions & 1 deletion Utils/Process_cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include __DIR__ . '/GlobalVariables.php';
include __DIR__ . '/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include __DIR__ . '/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.

include __DIR__ . '/MPDUtility.php';
Expand Down
404 changes: 0 additions & 404 deletions Utils/segment_download.php

This file was deleted.

1 change: 0 additions & 1 deletion functional-tests/cta/functionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down
1 change: 0 additions & 1 deletion functional-tests/dashif/functionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down
1 change: 0 additions & 1 deletion functional-tests/hbbtv/functionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down
1 change: 0 additions & 1 deletion validation-tests/cta/validationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down
1 change: 0 additions & 1 deletion validation-tests/dashif/validationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down
1 change: 0 additions & 1 deletion validation-tests/hbbtv/validationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//#Global variables. Direct evaluation of post/session vars to define conditionals,
//#conditional extra includes for module initialization
include 'Utils/GlobalVariables.php';
include 'Utils/segment_download.php'; //#Very large function for downloading data. No Direct Executable Code.
include 'Utils/segment_validation.php'; //#Segment validation functions. No Direct Executable Code.
include 'Utils/MPDUtility.php';
include 'Utils/MPDHandler.php';
Expand Down

0 comments on commit 5ba141f

Please sign in to comment.