This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via 0ba99b2a18bd423f8aa6ca0315051de76c20ef9c (commit) from c7a852bacfa796bff0cc0eb75aa8309f8a1d788c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0ba99b2a18bd423f8aa6ca0315051de76c20ef9c Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Dec 27 09:06:19 2022 -0500 Delete kern_timestamp system call since it is not used Message-Id: <Y6r72z4cKVCMDSKy@mars> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 2 -- kern/lock_mon.c | 1 - kern/mach_clock.c | 7 ------ kern/priority.c | 1 - kern/startup.c | 3 --- kern/time_stamp.c | 61 ------------------------------------------------- kern/time_stamp.h | 68 ------------------------------------------------------- 7 files changed, 143 deletions(-) delete mode 100644 kern/time_stamp.c delete mode 100644 kern/time_stamp.h hooks/post-receive -- GNU Mach