Removed atomic in metadata
This commit is contained in:
parent
4cc3333444
commit
fead79ba89
|
@ -119,7 +119,7 @@ class Metadata
|
||||||
*/
|
*/
|
||||||
void end_timestamp(const timestamp timestamp)
|
void end_timestamp(const timestamp timestamp)
|
||||||
{
|
{
|
||||||
_end_timestamp.store(timestamp);
|
_end_timestamp = timestamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue