Remove unused struct

This commit is contained in:
jeremy 2022-11-22 14:23:24 +01:00
parent 662fa2e6d2
commit 307cce9e21

View File

@ -59,8 +59,6 @@ std::optional<std::map<PropertyId, Value>> PrimaryKeysFromAccessor(const VertexA
return ret;
}
struct LocalError {};
std::optional<std::vector<msgs::Label>> FillUpSourceVertexSecondaryLabels(const std::optional<VertexAccessor> &v_acc,
const msgs::ExpandOneRequest &req) {
auto secondary_labels = v_acc->Labels(View::NEW);