]> git.tdb.fi Git - libs/datafile.git/commitdiff
Remove some long-deprecated things
authorMikko Rasa <tdb@tdb.fi>
Fri, 23 Apr 2021 11:41:07 +0000 (14:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 23 Apr 2021 11:41:07 +0000 (14:41 +0300)
source/collection.h
source/value.h

index 38d93213b770a167ab606f9760dc9d2fe1d50b65..0cd799abf060e399a20c55027371917e14f563c5 100644 (file)
@@ -297,10 +297,6 @@ public:
        object when done with it. */
        IO::Seekable *open_raw(const std::string &) const;
 
        object when done with it. */
        IO::Seekable *open_raw(const std::string &) const;
 
-protected:
-       // Deprecated.  Use open_raw instead.
-       DEPRECATED IO::Seekable *open_from_sources(const std::string &n) { return open_raw(n); }
-
 private:
        void gather_names_from_sources(std::list<std::string> &, const CollectionItemTypeBase &) const;
 
 private:
        void gather_names_from_sources(std::list<std::string> &, const CollectionItemTypeBase &) const;
 
index b7da1d7f3ff3668b0737f45440a19910076cda29..c272bcf81dc57b34e9e87f66112a997691aec282 100644 (file)
@@ -35,8 +35,6 @@ private:
        T get_() const;
 };
 
        T get_() const;
 };
 
-typedef DEPRECATED std::vector<Value> ValueArray;
-
 template<typename T>
 inline T Value::get_() const
 {
 template<typename T>
 inline T Value::get_() const
 {