summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 12:21:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-23 12:21:13 (GMT)
commit84e0e40683b23f57e307b5deac6e05ba58852181 (patch)
tree092ebbd95e6419898c2e9aa93547ce64b902eb72 /generic
parent1d210f93a2585643e58447b4773efc94243ad9de (diff)
downloadtcl-84e0e40683b23f57e307b5deac6e05ba58852181.zip
tcl-84e0e40683b23f57e307b5deac6e05ba58852181.tar.gz
tcl-84e0e40683b23f57e307b5deac6e05ba58852181.tar.bz2
Remove unused typedef's
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h8
1 files changed, 0 insertions, 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