Skip to content

Commit cc31535

Browse files
committed
remove use of __DATE__ and __TIME__
These are only used for version output that's not actually used.
1 parent 85a52ec commit cc31535

File tree

1 file changed

+1
-3
lines changed
  • braille/brltty/src/phone/jni/brlttywrapper/third_party/brltty/Headers

1 file changed

+1
-3
lines changed

braille/brltty/src/phone/jni/brlttywrapper/third_party/brltty/Headers/driver.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ typedef struct {
4040
.code = STRINGIFY(DRIVER_CODE), \
4141
.comment = DRIVER_COMMENT, \
4242
.version = DRIVER_VERSION, \
43-
.developers = DRIVER_DEVELOPERS, \
44-
.date = __DATE__, \
45-
.time = __TIME__ \
43+
.developers = DRIVER_DEVELOPERS
4644
}
4745

4846
#define DRIVER_VERSION_STRING PACKAGE_VERSION

0 commit comments

Comments
 (0)