[mythtv-commits] [MythTV/mythtv] 2273a0: Remove duplicates of GetMasterLock and ReturnMaste...

kmdewaal noreply at github.com
Thu Dec 5 21:24:22 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 2273a0bd52c2d92cfdf457b3b21b0eb3cbd67ad5
      https://github.com/MythTV/mythtv/commit/2273a0bd52c2d92cfdf457b3b21b0eb3cbd67ad5
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp
    M mythtv/libs/libmythtv/recorders/dvbchannel.h

  Log Message:
  -----------
  Remove duplicates of GetMasterLock and ReturnMasterLock

The functions GetMasterLock and ReturnMasterLock had each two
implementations, only different in the use of the const and
the const_cast keywords.
There is now only a single implementation per function.
The const_cast that was present in one of the ReturnMasterLock
is no longer needed.

Fixes #13528




More information about the mythtv-commits mailing list