[rbuild] Remove distinction between Iso/IsoRegTest, and LiveIso/LiveIsoRegTest module...
[reactos.git] / reactos / tools / rbuild / backend / dependencymap / dependencymap.cpp
index df6b23a..18fa279 100644 (file)
@@ -98,9 +98,7 @@ DepMapBackend::_generate_depmap ( FILE* OUT )
        {\r
                Module& module = *p->second;\r
                if ((module.type != Iso) &&\r
-                       (module.type != LiveIso) &&\r
-                       (module.type != IsoRegTest) &&\r
-                       (module.type != LiveIsoRegTest))\r
+                       (module.type != LiveIso))\r
                {\r
                        vector<const IfableData*> ifs_list;\r
                        ifs_list.push_back ( &module.project.non_if_data );\r