Skip to content

Commit

Permalink
remove use of __DATE__ and __TIME__
Browse files Browse the repository at this point in the history
These are only used for version output that's not actually used.
  • Loading branch information
thestinger committed Jan 26, 2025
1 parent 85a52ec commit cc31535
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ typedef struct {
.code = STRINGIFY(DRIVER_CODE), \
.comment = DRIVER_COMMENT, \
.version = DRIVER_VERSION, \
.developers = DRIVER_DEVELOPERS, \
.date = __DATE__, \
.time = __TIME__ \
.developers = DRIVER_DEVELOPERS
}

#define DRIVER_VERSION_STRING PACKAGE_VERSION
Expand Down

0 comments on commit cc31535

Please sign in to comment.