libexpr: remove RegisterPrimOp static initializer helper
Change-Id: I0cc6d54fca26c66b13f930303086b08b2afb4d54
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
synopsis: "Plugin interfaces have changed (again)"
|
||||
cls: [4933]
|
||||
issues: [359]
|
||||
category: "Miscellany"
|
||||
credits: [horrors]
|
||||
---
|
||||
|
||||
The `RegisterPrimOp` class used to register builtins has been removed. Plugins
|
||||
must now call `PluginPrimOps::add` from their `nix_plugin_entry` with the same
|
||||
parameters previously passed to `RegisterRrimOp` to register any new builtins.
|
||||
Reference in New Issue
Block a user