aboutsummaryrefslogtreecommitdiff
path: root/theories/extraction/ExtrOCamlPArray.v
diff options
context:
space:
mode:
authorGuillaume Melquiond2020-08-31 08:52:05 +0200
committerGuillaume Melquiond2020-10-08 11:16:48 +0200
commite3764e1e857fce9b6d4cb018db676db3612c00a0 (patch)
tree2972e326e1ec69b017c0789939d8faf481d01758 /theories/extraction/ExtrOCamlPArray.v
parentddd7371dc3b82124c2bb36b93e6c2b185bcc02d2 (diff)
Remove occurrences of Parray.reroot.
Diffstat (limited to 'theories/extraction/ExtrOCamlPArray.v')
-rw-r--r--theories/extraction/ExtrOCamlPArray.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/extraction/ExtrOCamlPArray.v b/theories/extraction/ExtrOCamlPArray.v
index 67646bdb53..56d40c1d16 100644
--- a/theories/extraction/ExtrOCamlPArray.v
+++ b/theories/extraction/ExtrOCamlPArray.v
@@ -23,4 +23,3 @@ Extract Constant PArray.default => "Parray.default".
Extract Constant PArray.set => "Parray.set".
Extract Constant PArray.length => "Parray.length".
Extract Constant PArray.copy => "Parray.copy".
-Extract Constant PArray.reroot => "Parray.reroot".