Skip to content

Commit c269e61

Browse files
committed
Drop unused GIT_COMMIT_DATE macro
1 parent 8f9f4ba commit c269e61

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/clientversion.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ const std::string CLIENT_NAME("Satoshi");
2424
// - "// No build information available", if proper git information is not available
2525
#endif
2626

27-
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
28-
#ifdef GIT_ARCHIVE
29-
#define GIT_COMMIT_ID "$Format:%H$"
30-
#define GIT_COMMIT_DATE "$Format:%cD$"
31-
#endif
27+
//! git will put "#define GIT_COMMIT_ID ..." on the next line inside archives. $Format:%n#define GIT_COMMIT_ID "%H"$
3228

3329
#ifdef BUILD_GIT_TAG
3430
#define BUILD_DESC BUILD_GIT_TAG

0 commit comments

Comments
 (0)