Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24635

Remove duplicate fassert w/status function

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.7.3
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
    • Fully Compatible
    • Repl 2018-03-26

      We have these two, with the same impl.:

      inline void fassertStatusOK(int msgid, const Status& s);
      inline void fassert(int msgid, const Status& status);
      

      We should also make sure when we remove one they are consistent with the StatusWith and no-trace versions.

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: