mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
parse/grammar.y: remove unused ERROR define
This commit is contained in:
parent
3ee391fa17
commit
c8c893c30e
1 changed files with 1 additions and 7 deletions
|
@ -113,7 +113,7 @@ typedef struct {
|
|||
gulong signal_id;
|
||||
} DelayedSet;
|
||||
|
||||
/*** define SET_ERROR and ERROR macros/functions */
|
||||
/*** define SET_ERROR macro/function */
|
||||
|
||||
#ifdef G_HAVE_ISO_VARARGS
|
||||
|
||||
|
@ -125,9 +125,6 @@ G_STMT_START { \
|
|||
} \
|
||||
} G_STMT_END
|
||||
|
||||
# define ERROR(type, ...) \
|
||||
SET_ERROR (graph->error, (type), __VA_ARGS__ )
|
||||
|
||||
#elif defined(G_HAVE_GNUC_VARARGS)
|
||||
|
||||
# define SET_ERROR(error, type, args...) \
|
||||
|
@ -138,9 +135,6 @@ G_STMT_START { \
|
|||
} \
|
||||
} G_STMT_END
|
||||
|
||||
# define ERROR(type, args...) \
|
||||
SET_ERROR (graph->error,(type) , args )
|
||||
|
||||
#else
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue