Remove vyper and dead code (#23)

This commit is contained in:
Cyrill Leutwiler
2024-06-05 13:29:07 +02:00
committed by GitHub
parent a04eacabff
commit 9e9227d740
18 changed files with 34 additions and 422 deletions
@@ -196,9 +196,9 @@ where
.declare(context)?;
for name in [
revive_llvm_context::PolkaVMRuntime::FUNCTION_DEPLOY_CODE,
revive_llvm_context::PolkaVMRuntime::FUNCTION_RUNTIME_CODE,
revive_llvm_context::PolkaVMRuntime::FUNCTION_ENTRY,
revive_llvm_context::PolkaVMFunctionDeployCode,
revive_llvm_context::PolkaVMFunctionRuntimeCode,
revive_llvm_context::PolkaVMFunctionEntry,
]
.into_iter()
{