[mythtv-commits] [MythTV/mythtv] 9437fc: Remove non-const TV play lock functions

kmdewaal noreply at github.com
Fri Jul 30 18:03:06 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9437fcc1ad47cc512cf3f9f5f1c9211f7a338b14
      https://github.com/MythTV/mythtv/commit/9437fcc1ad47cc512cf3f9f5f1c9211f7a338b14
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tv_play.h

  Log Message:
  -----------
  Remove non-const TV play lock functions

The lock functions in tv_play.cpp are now all const.
For two lock functions there was both a const and a non-const variant
with identical function bodies.
It appears that there is no need for the non-const variants; all code
compiles without warnings against the const variants.
Therefore the non-const variants have been removed.




More information about the mythtv-commits mailing list