remove un-necessary global variables
Remove global variables that can be removed by a trivial way:
- simply dead globals
- or reference is a single source, so can be static
setting them static reduces the scope, that is a progress, but of course as for all static variables, the code is still not re-entrant
Merge request reports
Activity
requested review from @schmidtr
OAI RAN-Container-Parent build (11296): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/11296/)
List of failing test stages:
OAI RAN-Container-Parent build (11300): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/11300/)
List of failing test stages:
OAI RAN-Container-Parent build (11307): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/11307/)
List of failing test stages:
added 112 commits
-
5d40bb34...c942fe43 - 111 commits from branch
develop
- 279d4941 - remove un-necessary global variables
-
5d40bb34...c942fe43 - 111 commits from branch
- Resolved by Robert Schmidt
OAI RAN-Container-Parent build (11337): failed (https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/11337/)
List of failing test stages:
- Resolved by Robert Schmidt
- Resolved by Robert Schmidt
- Resolved by Robert Schmidt
changed milestone to %REVIEW_IN_PROGRESS
changed milestone to %REVIEW_COMPLETED_AND_APPROVED
mentioned in merge request !3148 (merged)