remove unused ISSPACE
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Apr 2021 02:50:36 +0000 (19:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 28 Apr 2021 14:54:20 +0000 (07:54 -0700)
tclpkg/tclhandle/tclhandle.h

index 319d85a718f0b183e4a65ffe39be2137bf1d00a8..34b3140da218e2d96d9479d4e04575c2e6193821 100644 (file)
@@ -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.