Remove the source files which got transferred to libpbd
[ardour.git] / libs / ardour / audio_playlist_source.cc
index 5e8dc09d452a1c5a02d58e837438465fa0555111..5f71d6246f0323642122d1a09f6f35353fb1f78c 100644 (file)
@@ -169,7 +169,7 @@ framecnt_t
 AudioPlaylistSource::write_unlocked (Sample *, framecnt_t)
 {
        fatal << string_compose (_("programming error: %1"), "AudioPlaylistSource::write() called - should be impossible") << endmsg;
-       /*NOTREACHED*/
+       abort(); /*NOTREACHED*/
        return 0;
 }