# HG changeset patch # User John W. Eaton # Date 1454563925 18000 # Node ID 833667470c9ba08482f362fe8720bdeae365b3ef # Parent f569ba0ee237e0315769761d16208cbb9d04a259 delete unused X_CAST macro * oct-conf-post.in.h (X_CAST): Delete macro definition. diff -r f569ba0ee237 -r 833667470c9b oct-conf-post.in.h --- a/oct-conf-post.in.h Thu Feb 04 00:30:42 2016 -0500 +++ b/oct-conf-post.in.h Thu Feb 04 00:32:05 2016 -0500 @@ -49,8 +49,6 @@ #define OCTAVE_UNUSED #endif -#define X_CAST(T, E) (T) (E) - #if ! defined (HAVE_DEV_T) typedef short dev_t; #endif