core: remove unused interopnames
This commit is contained in:
parent
4743d5aacf
commit
06d3c21e3f
1 changed files with 0 additions and 8 deletions
|
@ -2,10 +2,6 @@ package interopnames
|
||||||
|
|
||||||
// Names of all used interops.
|
// Names of all used interops.
|
||||||
const (
|
const (
|
||||||
SystemCallbackCreate = "System.Callback.Create"
|
|
||||||
SystemCallbackCreateFromMethod = "System.Callback.CreateFromMethod"
|
|
||||||
SystemCallbackCreateFromSyscall = "System.Callback.CreateFromSyscall"
|
|
||||||
SystemCallbackInvoke = "System.Callback.Invoke"
|
|
||||||
SystemContractCall = "System.Contract.Call"
|
SystemContractCall = "System.Contract.Call"
|
||||||
SystemContractCallNative = "System.Contract.CallNative"
|
SystemContractCallNative = "System.Contract.CallNative"
|
||||||
SystemContractCreateMultisigAccount = "System.Contract.CreateMultisigAccount"
|
SystemContractCreateMultisigAccount = "System.Contract.CreateMultisigAccount"
|
||||||
|
@ -43,10 +39,6 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var names = []string{
|
var names = []string{
|
||||||
SystemCallbackCreate,
|
|
||||||
SystemCallbackCreateFromMethod,
|
|
||||||
SystemCallbackCreateFromSyscall,
|
|
||||||
SystemCallbackInvoke,
|
|
||||||
SystemContractCall,
|
SystemContractCall,
|
||||||
SystemContractCallNative,
|
SystemContractCallNative,
|
||||||
SystemContractCreateMultisigAccount,
|
SystemContractCreateMultisigAccount,
|
||||||
|
|
Loading…
Reference in a new issue