fix: remove unused wait_readable_cb
This commit is contained in:
parent
bb32bcea1e
commit
67af608357
1 changed files with 0 additions and 5 deletions
|
|
@ -228,11 +228,6 @@ pub fn Create(comptime variant: Variant) type {
|
||||||
const self: *Interceptor = @fieldParentPtr("handler", h);
|
const self: *Interceptor = @fieldParentPtr("handler", h);
|
||||||
return self.user_handler.rename(src, dst, object_type);
|
return self.user_handler.rename(src, dst, object_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn wait_readable_cb(h: *Handler) error{HandlerFailed}!Handler.ReadableStatus {
|
|
||||||
const self: *Interceptor = @fieldParentPtr("handler", h);
|
|
||||||
return self.user_handler.wait_readable();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const PollingInterceptor = struct {
|
const PollingInterceptor = struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue