mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
ircd::json: Remove unnecessary global object linkage.
This commit is contained in:
parent
be8bb88358
commit
19ede0f625
2 changed files with 1 additions and 4 deletions
|
@ -55,7 +55,7 @@ struct ircd::json::iov
|
|||
IRCD_EXCEPTION(error, exists);
|
||||
IRCD_EXCEPTION(error, oversize);
|
||||
|
||||
static constexpr const size_t max_size
|
||||
static constexpr const size_t &max_size
|
||||
{
|
||||
1024
|
||||
};
|
||||
|
|
|
@ -2076,9 +2076,6 @@ ircd::json::_prev(chase &c)
|
|||
// json/iov.h
|
||||
//
|
||||
|
||||
decltype(ircd::json::iov::max_size)
|
||||
ircd::json::iov::max_size;
|
||||
|
||||
std::ostream &
|
||||
ircd::json::operator<<(std::ostream &s, const iov &iov)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue