Skip to content
Snippets Groups Projects
Verified Commit c53192db authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

kr_rplan_next: remove prototype

It had no implementation for years - since 456e5446.

(cherry picked from commit 59126a77)
The commit was apparently "reverted" unintentionally when resolving
conflicts in a5b14c25.
parent 9d1daa5b
Branches
Tags
1 merge request!480nitpicks, see commits
Pipeline #32848 passed with warnings with stages
in 7 minutes and 40 seconds
......@@ -207,9 +207,6 @@ struct kr_query *kr_rplan_resolved(struct kr_rplan *rplan);
KR_EXPORT KR_PURE
struct kr_query *kr_rplan_last(struct kr_rplan *rplan);
/** Return query predecessor. */
KR_EXPORT KR_PURE
struct kr_query *kr_rplan_next(struct kr_query *qry);
/**
* Check if a given query already resolved.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment