[vlc-commits] Remove time variable type

Rémi Denis-Courmont git at videolan.org
Fri May 22 21:15:55 CEST 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 22 22:09:40 2015 +0300| [e1be96f232aebd0313621608dc8d1e64b8a516f7] | committer: Rémi Denis-Courmont

Remove time variable type

The time type had become effectively identical to the integer type when
the integer type got extended to 64-bits.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1be96f232aebd0313621608dc8d1e64b8a516f7
---

 include/vlc_common.h         |    1 -
 include/vlc_variables.h      |   73 ------------------------------------------
 modules/lua/libs/variables.c |   10 ------
 src/misc/variables.c         |   17 ----------
 test/src/misc/variables.c    |   22 -------------
 5 files changed, 123 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e1be96f232aebd0313621608dc8d1e64b8a516f7


More information about the vlc-commits mailing list