Skip to content

Commit e1dafd8

Browse files
committed
chore: drop unused kVersionAttribute constant
1 parent d936b5d commit e1dafd8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libs/server-sdk-dynamodb-source/src/dynamodb_attributes.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ namespace launchdarkly::server_side::integrations::detail {
1111
// agree on what's in the table.
1212
inline constexpr char kPartitionKey[] = "namespace";
1313
inline constexpr char kSortKey[] = "key";
14-
inline constexpr char kVersionAttribute[] = "version";
1514
inline constexpr char kItemAttribute[] = "item";
1615

1716
// Sentinel namespace marking the table as initialized. When a prefix is set,

0 commit comments

Comments
 (0)