]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/mem/orbmm.cc
Move arrays to Util namespace, add parametric allocator.
[polintos/scott/priv.git] / kernel / mem / orbmm.cc
index deb868932636f40790ffabf304239fd22ac88425..91187389af46184d0c4094628df4056453804344 100644 (file)
@@ -20,11 +20,6 @@ namespace RunTime {
        ORBMM orbmm_real;
        ORBMM *orbmm = &orbmm_real;
        
-       ORBMM::ORBMM()
-       {
-               priv = NULL;
-       }
-
        void *ORBMM::alloc(size_t size, int refs)
        {
                return reinterpret_cast<void *>(new u8[size]);