aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 18:18:14 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 18:18:14 +0100
commit3dd38e7b7f7292caf91675a48076f7bba40ed309 (patch)
treef433fc0ce6604974ae94917eef4e0a21b73aab12 /src/utils.h
parent3711a9765775d584f8e5f94156ce384ad0d3dae7 (diff)
decoder/wavpack: convert to C++
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils.h b/src/utils.h
index ba7307de..059d44fa 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -22,17 +22,6 @@
#include "gerror.h"
-#include <stdbool.h>
-
-#ifndef assert_static
-/* Compile time assertion developed by Ralf Holly */
-/* http://pera-software.com/articles/compile-time-assertions.pdf */
-#define assert_static(e) \
- do { \
- enum { assert_static__ = 1/(e) }; \
- } while (0)
-#endif /* !assert_static */
-
char *
parsePath(const char *path, GError **error_r);