util: drop an unnecessary declaration

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-07-03 12:45:12 +10:00
parent eb36957625
commit 9e0da73bbf

View file

@ -350,10 +350,7 @@ matrix_to_relative(struct matrix *dest, const struct matrix *src)
* upon success or -1 upon failure. In the case of failure the pointer is set
* to NULL.
*/
static inline int
xasprintf(char **strp, const char *fmt, ...)
LIBINPUT_ATTRIBUTE_PRINTF(2, 3);
LIBINPUT_ATTRIBUTE_PRINTF(2, 3)
static inline int
xasprintf(char **strp, const char *fmt, ...)
{