Commit cde5a079 authored by Max Kellermann's avatar Max Kellermann

*: remove "pure" and "const" attributes from throwing functions

See commit 788e3b31 for an explanation.
parent 4faef28c
......@@ -40,7 +40,6 @@ DatabaseDetachSong(const Storage *storage, const LightSong &song);
*
* Throws std::runtime_error on error.
*/
gcc_pure
DetachedSong
DatabaseDetachSong(const Database &db, const Storage *storage,
const char *uri);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment