From 294b99aabf3eb96323a3159b7a5e1b4bfc1ff04a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Dec 2014 18:28:55 -0500 Subject: remove file manager LRU cache from code. This was a very clever attempt to fix a non-problem. If the platform doesn't have enough file descriptors available then the platform is broken and we're not going to hack around trying to fix it. --- libs/ardour/file_source.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/file_source.cc') diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc index 06867e688e..0aec49e6bd 100644 --- a/libs/ardour/file_source.cc +++ b/libs/ardour/file_source.cc @@ -59,7 +59,6 @@ FileSource::FileSource (Session& session, DataType type, const string& path, con , _file_is_new (!origin.empty()) // if origin is left unspecified (empty string) then file must exist , _channel (0) , _origin (origin) - , _open (false) { set_within_session_from_path (path); } @@ -68,7 +67,6 @@ FileSource::FileSource (Session& session, const XMLNode& node, bool /*must_exist : Source (session, node) , _file_is_new (false) , _channel (0) - , _open (false) { /* this setting of _path is temporary - we expect derived classes to call ::init() which will actually locate the file -- cgit v1.2.3