From 893938a2e45652e594a236cd4bab872243ab64b4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 21 Apr 2021 19:50:36 -0700 Subject: [PATCH] remove unused ISSPACE --- tclpkg/tclhandle/tclhandle.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tclpkg/tclhandle/tclhandle.h b/tclpkg/tclhandle/tclhandle.h index 319d85a71..34b3140da 100644 --- a/tclpkg/tclhandle/tclhandle.h +++ b/tclpkg/tclhandle/tclhandle.h @@ -22,8 +22,6 @@ extern "C" { #define TCL_OK (0) #endif -#define ISSPACE(c) (isspace ((unsigned char) c)) - /* * Macro to rounded up a size to be a multiple of (void *). This is required * for systems that have alignment restrictions on pointers and data. -- 2.40.0