Use test utility function to find evoral test files
[ardour.git] / libs / pbd / pbd / pool.h
index 165a3aac4bc95606dd0f12b1263c36b43b34e061..a28325cebf75737de37ae7cae1a89e729539f918 100644 (file)
@@ -129,8 +129,6 @@ class LIBPBD_API PerThreadPool
   private:
         Glib::Threads::Private<CrossThreadPool> _key;
        std::string _name;
-       unsigned long _item_size;
-       unsigned long _nitems;
 
        /** mutex to protect either changes to the _trash variable, or writes to the RingBuffer */
         Glib::Threads::Mutex _trash_mutex;