punt some disabled UNUSED cruft

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1709 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 312a1f634e
commit a5ccbb93c6

@ -28,6 +28,8 @@
* configure.ac: Unify duplicated coding statements with AC_DEFUN to simplify
adding new busses/cables/lowlevel drivers.
* include/urjtag/bitmask.h, include/urjtag/fclock.h: Punt UNUSED cruft.
2010-01-22 Mike Frysinger <vapier@gentoo.org>
* src/cmd/cmd_bit.c (cmd_bit_print_params): Fix strncat length handling.

@ -38,27 +38,6 @@
#ifndef URJ_BITMASK_H
#define URJ_BITMASK_H
#ifdef UNUSED /* RFHH */
/* @@@@ RFHH remove? */
#ifndef LANGUAGE
# ifdef __ASSEMBLY__
# define LANGUAGE ASM
# else
# define LANGUAGE C
# endif
#endif
/* @@@@ RFHH remove? */
#ifndef ASM
#define ASM 0
#endif
/* @@@@ RFHH remove? */
#ifndef C
#define C 1
#endif
#endif /* def UNUSED */
#define URJ_MAX_BITS_ABS_VAL 1024
#define URJ_BITS_ABS(a) (((((a) + URJ_MAX_BITS_ABS_VAL) / URJ_MAX_BITS_ABS_VAL) * 2 - 1) * (a))
#define URJ_BITS_MIN(a,b) (((a) + (b) - URJ_BITS_ABS((a) - (b))) / 2)

@ -45,11 +45,6 @@ extern "C"
time*/
long double urj_lib_frealtime (CVOID);
#ifdef UNUSED /* RFHH */
/* return the CPU time used by this process (seconds) */
long double fcputime (CVOID);
#endif
#ifdef __cplusplus
}

Loading…
Cancel
Save