summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 7afdd24..a4dca79 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1120,16 +1120,6 @@ MODULE_SCOPE Tcl_Size TclLengthOne(Tcl_Obj *);
/*
- * Return the internal rep for the Obj.
- * Note: Caller is responsible for confirming and casting returned value.
- */
-static inline void* Tcl_ObjGetConcreteRep(
- Tcl_Obj *objPtr) /* Object of type AbstractList */
-{
- return objPtr->internalRep.twoPtrValue.ptr1;
-}
-
-/*
* The structure below defines an entry in the assocData hash table which is
* associated with an interpreter. The entry contains a pointer to a function
* to call when the interpreter is deleted, and a pointer to a user-defined