From 96e70659f04e425fe58bf6f2c8663619f113f72d Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Tue, 12 Mar 2019 11:53:13 +0100
Subject: [PATCH] lib/xiph/FlacAudioFormat: remove redundant `inline` keywords
 from `constexpr` functions

---
 src/lib/xiph/FlacAudioFormat.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/xiph/FlacAudioFormat.hxx b/src/lib/xiph/FlacAudioFormat.hxx
index afe81adac..bdeeb1e56 100644
--- a/src/lib/xiph/FlacAudioFormat.hxx
+++ b/src/lib/xiph/FlacAudioFormat.hxx
@@ -22,7 +22,7 @@
 
 #include "pcm/SampleFormat.hxx"
 
-constexpr inline SampleFormat
+constexpr SampleFormat
 FlacSampleFormat(unsigned bits_per_sample) noexcept
 {
 	switch (bits_per_sample) {