summaryrefslogtreecommitdiff
path: root/src/include/partitioning/partdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/partitioning/partdesc.h')
-rw-r--r--src/include/partitioning/partdesc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h
index 825bdd76ab5..23be527a5a4 100644
--- a/src/include/partitioning/partdesc.h
+++ b/src/include/partitioning/partdesc.h
@@ -38,7 +38,4 @@ extern void DestroyPartitionDirectory(PartitionDirectory pdir);
extern Oid get_default_oid_from_partdesc(PartitionDesc partdesc);
-extern bool equalPartitionDescs(PartitionKey key, PartitionDesc partdesc1,
- PartitionDesc partdesc2);
-
#endif /* PARTCACHE_H */