summaryrefslogtreecommitdiffstats
path: root/hugofs/fileinfo.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-20 11:24:44 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-20 20:23:03 +0100
commit1c0e7c1ae1eb9cd47fbe030ebddbf89df04fe667 (patch)
treee3e5528048ddb5bb749e7549eb8946717ebd45a3 /hugofs/fileinfo.go
parentcad2d8cc70f25ca5e5107dd963c95b7b7c6840d1 (diff)
Make sure file mounts higher up wins
Fixes #9693
Diffstat (limited to 'hugofs/fileinfo.go')
-rw-r--r--hugofs/fileinfo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugofs/fileinfo.go b/hugofs/fileinfo.go
index 40955545a..29ac3c240 100644
--- a/hugofs/fileinfo.go
+++ b/hugofs/fileinfo.go
@@ -60,7 +60,6 @@ type FileMeta struct {
Module string
Weight int
- Ordinal int
IsOrdered bool
IsSymlink bool
IsRootFile bool