comparison libinterp/build-info.in.cc @ 21605:e6f76c393ad7

don't store build time in source file (bug #45659) * build-info.h, build-info.in.cc (octave_build_time): Delete function. * toplev.cc (F__octave_config_info__): Remove build_time field from struct. * libinterp/module.mk (libinterp/build-info.cc): Don't substitute build time.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 11:36:27 -0400
parents 184b85b31e03
children
comparison
equal deleted inserted replaced
21604:d7a268e68e69 21605:e6f76c393ad7
30 std::string 30 std::string
31 octave_hg_id (void) 31 octave_hg_id (void)
32 { 32 {
33 return "%OCTAVE_HG_ID%"; 33 return "%OCTAVE_HG_ID%";
34 } 34 }
35
36 time_t
37 octave_build_time (void)
38 {
39 return %OCTAVE_BUILD_TIME%;
40 }