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

See commit 788e3b31e1ab8243386339eaf136ede18f015d55 for an explanation.
This commit is contained in:
Max Kellermann 2017-05-15 23:02:10 +02:00
parent 4faef28cc5
commit cde5a07981

View File

@ -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);