Removed the now obsolete singleton declaration macro from the FSNode factories.
svn-id: r27031
This commit is contained in:
parent
3646c968c9
commit
6c69d531d2
10 changed files with 0 additions and 20 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue