diff --git a/query-pull/src/lib.rs b/query-pull/src/lib.rs index 24cd62a6..26ee1895 100644 --- a/query-pull/src/lib.rs +++ b/query-pull/src/lib.rs @@ -149,13 +149,6 @@ pub struct Puller { } impl Puller { - pub fn prepare_simple_attributes(schema: &Schema, attributes: Vec) -> Result { - Puller::prepare(schema, - attributes.into_iter() - .map(|e| PullAttributeSpec::Attribute(PullConcreteAttribute::Entid(e).into())) - .collect()) - } - pub fn prepare(schema: &Schema, attributes: Vec) -> Result { // TODO: eventually this entry point will handle aliasing and that kind of // thing. For now it's just a convenience.