aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpd_types.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mpd_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 0cc35b996..bc8c35119 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -65,9 +65,4 @@ typedef signed long int32_t;
#endif /* !HAVE_STDINT_H && !HAVE_INTTYPES_H */
-union const_hack {
- const char *in;
- char *out;
-};
-
#endif