From 77a00ce1fb4ae2523e22b9b84ae09a0200502e38 Mon Sep 17 00:00:00 2001 From: Leo K Date: Tue, 5 Oct 2021 22:38:27 +0200 Subject: chore: various op cleanup (#12329) --- core/error.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/error.rs') diff --git a/core/error.rs b/core/error.rs index 087b27c41..be97a90fb 100644 --- a/core/error.rs +++ b/core/error.rs @@ -67,10 +67,6 @@ pub fn resource_unavailable() -> AnyError { ) } -pub fn null_opbuf() -> AnyError { - type_error("expected non-null op buffer arg") -} - /// A simple error type that lets the creator specify both the error message and /// the error class name. This type is private; externally it only ever appears /// wrapped in an `AnyError`. To retrieve the error class name from a wrapped -- cgit v1.2.3