- 
    Type:
Task
 - 
    Resolution: Fixed
 - 
    Priority:
Major - P3
 - 
    Affects Version/s: None
 - 
    Component/s: None
 
- 
        Fully Compatible
 - 
        Sharding NYC 2022-10-31
 - 
        65
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
As noted by this bf, https://jira.mongodb.org/browse/BF-26675, the const qualifier on the _createCmdObj() method signature does not enforce const-ness and thus may reduce code readability without improving const correctness. We do not add value by enforcing const-ness to this function, thus remove the qualifier.