Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Drop date & time from version dump, to allow reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gordboy committed Aug 29, 2018
1 parent b188db3 commit 49836e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/rtw_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const char *rtw_log_level_str[] = {
void dump_drv_version(void *sel)
{
RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
}

void dump_drv_cfg(void *sel)
Expand Down

0 comments on commit 49836e0

Please sign in to comment.