chiark / gitweb /
hbytes compiles
[chiark-tcl.git] / hbytes / hook.c
index 4c742f3dcd99de2a1140c17733edd95e473384c1..7eeb4377b9ff70f73287c4d7d4c6b72c982a548d 100644 (file)
@@ -266,12 +266,6 @@ int cht_do_hbytes_range(ClientData cd, Tcl_Interp *ip,
   return TCL_OK;
 }
 
-int cht_do_hbytes_addr_map(ClientData cd, Tcl_Interp *ip,
-                      const AddrMap_SubCommand *subcmd,
-                      int objc, Tcl_Obj *const *objv) {
-  return subcmd->func(0,ip,objc,objv);
-}
-
 /* hbytes representing uint16_t's */
 
 int cht_do_hbytes_h2ushort(ClientData cd, Tcl_Interp *ip,
@@ -323,6 +317,5 @@ int Chiark_tcl_hbytes_Init(Tcl_Interp *ip) {
   return cht_initextension(ip, cht_hbytestoplevel_entries, &initd,
                           &cht_hbytes_type,
                           &cht_ulong_type,
-                          &cht_addrmap_type,
                           (Tcl_ObjType*)0);
 }