summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-08-14 11:35:20 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-12-12 20:16:50 -0600
commit49159de5d7084bf1ac159e3e37e2b406cdd87dbf (patch)
treeeee325c67516bd360f672683daa13d494f8b19da /src/modinfo.h
parent75a663941d5a58b9676e2eb99a2a288abc19a359 (diff)
Improved refresh performance by replacing std::transform() with CharLowerBuffer().
Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 99ce35b5..00859209 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -74,7 +74,6 @@ public:
FLAG_CONFLICT_REDUNDANT,
FLAG_ARCHIVE_LOOSE_CONFLICT_OVERWRITE,
FLAG_ARCHIVE_LOOSE_CONFLICT_OVERWRITTEN,
- FLAG_ARCHIVE_LOOSE_CONFLICT_MIXED,
FLAG_ARCHIVE_CONFLICT_OVERWRITE,
FLAG_ARCHIVE_CONFLICT_OVERWRITTEN,
FLAG_ARCHIVE_CONFLICT_MIXED,