Skip to content

Commit

Permalink
[C] Remove duplicate definition of aeron_semantic_version_compose. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amoskvin authored Dec 26, 2024
1 parent 9eb689f commit 3b92bca
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
*/

#include "aeron_archive_configuration.h"

int32_t aeron_semantic_version_compose(uint8_t major, uint8_t minor, uint8_t patch)
{
return (major << 16) | (minor << 8) | patch;
}
#include "aeron_common.h"

int32_t aeron_archive_semantic_version(void)
{
Expand Down

0 comments on commit 3b92bca

Please sign in to comment.