Skip to content

Commit

Permalink
Merge remote-tracking branch 'robux4/removals'
Browse files Browse the repository at this point in the history
mbunkus committed Mar 2, 2024
2 parents 66cfd6d + 3ec6e9f commit 5820635
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ebml/EbmlVersion.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ namespace libebml {
#define LIBEBML_VERSION 0x020000

extern const EBML_DLL_API std::string EbmlCodeVersion;
extern const EBML_DLL_API std::string EbmlCodeDate;

/*!
\todo Closer relation between an element and the context it comes from (context is an element attribute ?)
5 changes: 0 additions & 5 deletions src/EbmlVersion.cpp
Original file line number Diff line number Diff line change
@@ -12,9 +12,4 @@ namespace libebml {

const std::string EbmlCodeVersion = "2.0.0";

// Up to version 1.3.3 this library exported a build date string. As
// this made the build non-reproducible, replace it by a placeholder to
// remain API compatible.
const std::string EbmlCodeDate = "Unknown";

} // namespace libebml

0 comments on commit 5820635

Please sign in to comment.