Remove unneeded static String

This commit is contained in:
Maxime Coste 2015-01-02 11:55:15 +00:00
parent 15542c3357
commit 019a91505f

View File

@ -16,7 +16,7 @@ void write_debug(StringView str)
return;
}
static const String debug_buffer_name("*debug*");
const StringView debug_buffer_name = "*debug*";
Buffer* buffer = BufferManager::instance().get_buffer_ifp(debug_buffer_name);
if (not buffer)