changeset 21188:833667470c9b

delete unused X_CAST macro * oct-conf-post.in.h (X_CAST): Delete macro definition.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 00:32:05 -0500
parents f569ba0ee237
children 47765afaf131
files oct-conf-post.in.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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