diff --git a/runtime/runtime_storage.go b/runtime/runtime_storage.go index 2ca3fa6dcf..7755e83a5d 100644 --- a/runtime/runtime_storage.go +++ b/runtime/runtime_storage.go @@ -48,9 +48,6 @@ type interpreterRuntimeStorage struct { cache Cache } -// temporary export the type for usage in ParsingCheckingError -type InterpreterRuntimeStorage = interpreterRuntimeStorage - func newInterpreterRuntimeStorage(runtimeInterface Interface) *interpreterRuntimeStorage { highLevelStorageEnabled := false highLevelStorage, ok := runtimeInterface.(HighLevelStorage)