On 03/31/2009 10:46 AM, Tsantilas Christos wrote: > Alex Rousskov wrote: >> >> * Do we really need those static *_foo variables in fs/*/StoreFs*.cc >> files? They are unused, right? Why not delete them? > > Not really needed. It is just to have something inside fs/*/StoreFs*.cc > files. These files can completely removed, but it will break the way we > are building fs subsystem, one library per filesystem. > Is it OK to keep the empty fs/*/StoreFs*.cc files? (Looks that the > compiler does not care)
I did not realize those files would be empty. I think those files should be removed eventually, but if you are worried about breaking something, let's just add a "TODO: remove as unused" comment to them. Thank you, Alex.
