diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-22 19:14:27 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2025-08-22 19:14:27 (GMT) |
| commit | 0a21b6eed51f2f8acc6fcfd64559626b6c97b6d9 (patch) | |
| tree | 5c4bca234ac38152afe65b993554fdd727475ba2 /generic/tclOOInt.h | |
| parent | 61e2cc66b9aa6f9aa0cb06dd99a5cdb118999c58 (diff) | |
| download | tcl-0a21b6eed51f2f8acc6fcfd64559626b6c97b6d9.zip tcl-0a21b6eed51f2f8acc6fcfd64559626b6c97b6d9.tar.gz tcl-0a21b6eed51f2f8acc6fcfd64559626b6c97b6d9.tar.bz2 | |
Convert MixinClassDelegates to an internal function entirely in C (backport)
Diffstat (limited to 'generic/tclOOInt.h')
| -rw-r--r-- | generic/tclOOInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h index d5dc36c..4383b91 100644 --- a/generic/tclOOInt.h +++ b/generic/tclOOInt.h @@ -405,8 +405,6 @@ struct Foundation { * "<cloned>" pseudo-constructor. */ Tcl_Obj *defineName; /* Fully qualified name of oo::define. */ Tcl_Obj *myName; /* The "my" shared object. */ - Tcl_Obj *mcdName; /* The shared object for calling the helper to - * mix in class delegates. */ Tcl_Obj *slotGetName; /* The "Get" name used by slots. */ Tcl_Obj *slotSetName; /* The "Set" name used by slots. */ Tcl_Obj *slotResolveName; /* The "Resolve" name used by slots. */ |
