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.
This commit is contained in:
@@ -46,7 +46,6 @@ libpbd_sources = [
|
||||
'epa.cc',
|
||||
'error.cc',
|
||||
'ffs.cc',
|
||||
'file_manager.cc',
|
||||
'file_utils.cc',
|
||||
'fpu.cc',
|
||||
'glib_semaphore.cc',
|
||||
@@ -68,7 +67,6 @@ libpbd_sources = [
|
||||
'semutils.cc',
|
||||
'shortpath.cc',
|
||||
'signals.cc',
|
||||
'sndfile_manager.cc',
|
||||
'stacktrace.cc',
|
||||
'stateful_diff_command.cc',
|
||||
'stateful.cc',
|
||||
|
||||
Reference in New Issue
Block a user