Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-60949

Remove Unused Variables

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • Morpheus
    • Morpheus
    • eventing
    • None
    • 0

    Description

      In the file eventing/service_manager/http_handlers.go, we should remove the line processConfig, pOk := app.Settings["deployment_status"].(bool) and all the corresponding usages of processConfig and pOk, because this variable pair is a duplicate of depConfig and dOk which is defined as follows in the code depConfig, dOk := app.Settings["deployment_status"].(bool).

      Attachments

        For Gerrit Dashboard: MB-60949
        # Subject Branch Project Status CR V

        Activity

          People

            hiren.bavaskar Hiren Bavaskar
            rishit.chaudhary Rishit Chaudhary
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change

                PagerDuty