From 84e0e40683b23f57e307b5deac6e05ba58852181 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 23 Jun 2022 12:21:13 +0000 Subject: Remove unused typedef's --- generic/tcl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index 274be35..61b0c48 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -578,14 +578,6 @@ typedef struct Tcl_RegExpInfo { } Tcl_RegExpInfo; /* - * Picky compilers complain if this typdef doesn't appear before the struct's - * reference in tclDecls.h. - */ - -typedef Tcl_StatBuf *Tcl_Stat_; -typedef struct stat *Tcl_OldStat_; - -/* *---------------------------------------------------------------------------- * When a TCL command returns, the interpreter contains a result from the * command. Programmers are strongly encouraged to use one of the functions -- cgit v0.12