]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
Increase APT::Cache-HashTableSize default to 50503
[apt.git] / apt-pkg / tagfile.h
index 2f26846efd003b774b78a2870f883bcbd9aa15a0..460cf2cd64d06284574934acc023dba7e7fe8fc1 100644 (file)
@@ -140,9 +140,7 @@ class pkgTagSection
 };
 
 
-/* For user generated file the parser should be a bit more relaxed in exchange
-   for being a bit slower to allow comments and new lines all over the place */
-class pkgUserTagSection : public pkgTagSection
+class APT_DEPRECATED_MSG("Use pkgTagFile with the SUPPORT_COMMENTS flag instead") pkgUserTagSection : public pkgTagSection
 {
    virtual void TrimRecord(bool BeforeRecord, const char* &End) APT_OVERRIDE;
 };