summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-29 21:05:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-29 21:05:03 (GMT)
commitc2bb75935c9ce9c7b9545354c403a9eb478cfd40 (patch)
tree856963017c1836c6003f087c50208e1a2bc23217 /generic/tclCkalloc.c
parent317eaa5fe710c38c80ee6ad8703af95167979584 (diff)
parentf59ed66aa0377383e55af5a7a55adde90f5220b1 (diff)
downloadtcl-c2bb75935c9ce9c7b9545354c403a9eb478cfd40.zip
tcl-c2bb75935c9ce9c7b9545354c403a9eb478cfd40.tar.gz
tcl-c2bb75935c9ce9c7b9545354c403a9eb478cfd40.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclCkalloc.c')
-rw-r--r--generic/tclCkalloc.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c
index 9ecce13..f7cab9f 100644
--- a/generic/tclCkalloc.c
+++ b/generic/tclCkalloc.c
@@ -128,19 +128,6 @@ static Tcl_Mutex *ckallocMutexPtr;
static int ckallocInit = 0;
/*
- * Prototypes for procedures defined in this file:
- */
-
-static int CheckmemCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-static int MemoryCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-static void ValidateMemory(struct mem_header *memHeaderP,
- const char *file, int line, int nukeGuards);
-
-/*
*----------------------------------------------------------------------
*
* TclInitDbCkalloc --
@@ -980,10 +967,6 @@ MemoryCmd(
*
*----------------------------------------------------------------------
*/
-static int CheckmemCmd(void *clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
-
static int
CheckmemCmd(
TCL_UNUSED(void *),