From: Miroslav Lichvar Date: Fri, 14 Jun 2013 11:44:15 +0000 (+0200) Subject: Remove changelog from conf.c X-Git-Tag: 1.28-pre1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d509eb8bd754282e18b47deecdea91bd3edf0ce;p=thirdparty%2Fchrony.git Remove changelog from conf.c --- diff --git a/conf.c b/conf.c index 72af3dd0..e45d5b0d 100644 --- a/conf.c +++ b/conf.c @@ -23,17 +23,6 @@ ======================================================================= Module that reads and processes the configuration file. - -1999-12-19 Kalle Olavi Niemitalo - - * conf.c: Added a new configuration setting "acquisitionport" and - a function CNF_GetAcquisitionPort to read its value. - (acquisition_port): New variable. - (parse_port): Delegate most work to new function parse_some_port. - (parse_acquisitionport): New function. - (commands): Added "acquisitionport". - (CNF_GetAcquisitionPort): New function. - */ #include "config.h"