Skip to content

Commit cde5a07

Browse files
committed
*: remove "pure" and "const" attributes from throwing functions
See commit 788e3b3 for an explanation.
1 parent 4faef28 commit cde5a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/DatabaseSong.hxx

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ DatabaseDetachSong(const Storage *storage, const LightSong &song);
4040
*
4141
* Throws std::runtime_error on error.
4242
*/
43-
gcc_pure
4443
DetachedSong
4544
DatabaseDetachSong(const Database &db, const Storage *storage,
4645
const char *uri);

0 commit comments

Comments
 (0)