Skip to content
Snippets Groups Projects

remove un-necessary global variables

Merged Thomas Laurent requested to merge remove-not-needed-global-vars into develop

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • changed milestone to %REVIEW_IN_PROGRESS

  • Robert Schmidt resolved all threads

    resolved all threads

  • added 1 commit

    • 5e00850a - Delete commented code in mme_app.c

    Compare with previous version

  • Robert Schmidt resolved all threads

    resolved all threads

  • Robert Schmidt mentioned in merge request !3148 (merged)

    mentioned in merge request !3148 (merged)

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading