Removed the now obsolete singleton declaration macro from the FSNode factories.

svn-id: r27031
This commit is contained in:
David Corrales 2007-05-31 21:42:01 +00:00
parent 3646c968c9
commit 6c69d531d2
10 changed files with 0 additions and 20 deletions

View file

@ -1,8 +1,6 @@
#include "backends/fs/ps2/ps2-fs-factory.h"
#include "backends/fs/ps2/ps2-fs.cpp"
DECLARE_SINGLETON(Ps2FilesystemFactory);
AbstractFilesystemNode *Ps2FilesystemFactory::makeRootFileNode() const {
return new Ps2FilesystemNode();
}