0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

modules/console: Remove cruft.

This commit is contained in:
Jason Volk 2020-02-28 18:02:49 -08:00
parent c89ddc4cbf
commit cdb0df84b8

View file

@ -7021,13 +7021,6 @@ console_cmd__events__state(opt &out, const string_view &line)
return true;
}
conf::item<size_t>
events_dump_buffer_size
{
{ "name", "ircd.console.events.dump.buffer_size" },
{ "default", int64_t(4_MiB) },
};
bool
console_cmd__events__dump(opt &out, const string_view &line)
{