gnucash master: Remove gmtime_r and localtime_r from lib/libc. They're no longer used.
John Ralls
jralls at code.gnucash.org
Sat Jul 25 15:49:27 EDT 2015
Updated via https://github.com/Gnucash/gnucash/commit/e7aa53a7 (commit)
from https://github.com/Gnucash/gnucash/commit/290dd611 (commit)
commit e7aa53a75e834c7270eb0b0180e94cb7d0d22848
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Jul 25 12:50:17 2015 -0700
Remove gmtime_r and localtime_r from lib/libc. They're no longer used.
Summary of changes:
configure.ac | 19 ++--------
lib/libc/Makefile.am | 4 ---
lib/libc/gmtime_r.c | 75 ---------------------------------------
lib/libc/gmtime_r.h | 35 ------------------
lib/libc/localtime_r.c | 56 -----------------------------
lib/libc/localtime_r.h | 10 ------
src/backend/dbi/gnc-backend-dbi.c | 3 --
src/gnome-utils/gnc-date-format.c | 4 ---
src/libqof/CMakeLists.txt | 2 --
src/libqof/qof/qoflog.cpp | 4 ---
10 files changed, 2 insertions(+), 210 deletions(-)
delete mode 100644 lib/libc/gmtime_r.c
delete mode 100644 lib/libc/gmtime_r.h
delete mode 100644 lib/libc/localtime_r.c
delete mode 100644 lib/libc/localtime_r.h
More information about the gnucash-patches
mailing list