*: remove "pure" and "const" attributes from throwing functions
See commit 788e3b31e1
for an explanation.
This commit is contained in:
parent
4faef28cc5
commit
cde5a07981
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user