]> granicus.if.org Git - php/commit
Remove practically unused parameter
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 11 Aug 2020 09:37:52 +0000 (11:37 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 11 Aug 2020 09:38:43 +0000 (11:38 +0200)
commitdc5077cc53483d3ec02853b0b92e1837e4e24dee
tree031948fce52854a03b2e5d948787942b5a621b73
parent013dcab34443c102bfabf2c48a5d9c79cafe660e
Remove practically unused parameter

The `cached` out parameter of `php_com_load_typelib_via_cache()` was
meant to signal whether a particular typelib actually has been cached.
This is not really relevant, though, for the imagined purposes, and
since the parameter is no longer really used, we removed it altohether.
ext/com_dotnet/com_com.c
ext/com_dotnet/com_extension.c
ext/com_dotnet/com_typeinfo.c
ext/com_dotnet/php_com_dotnet_internal.h