diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-29 12:54:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-20 12:58:05 -0700 |
commit | 8c0f5228e75aa949963aa8d27dcfa2648db2e197 (patch) | |
tree | 99889d7b1a6c9668681142b68b0ca6c0b1dfc58f /Xtransint.h | |
parent | 3309c75906a56de86607f59481304b3a2812162f (diff) |
move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPEN
Don't define this function unless it is actually going to be used.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Xtransint.h b/Xtransint.h index fe1f117..44d8b6d 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -351,11 +351,6 @@ static int TRANS(WriteV)( #endif /* WIN32 */ - -static int is_numeric ( - const char * /* str */ -); - #ifdef TRANS_SERVER static int trans_mkdir ( const char *, /* path */ |