Revert r46466
[reactos.git] / reactos / tools / rbuild / module.cpp
index f480c05..1fdc5d6 100644 (file)
@@ -396,12 +396,6 @@ Module::Module ( const Project& project,
        if ( att != NULL )
        {
                const XMLAttribute* installbase = moduleNode.GetAttribute ( "installbase", false );
-
-        if(installbase)
-            this->installbase = installbase->value;
-        else
-            this->installbase = "";
-
                install = new FileLocation ( InstallDirectory,
                                             installbase ? installbase->value : "",
                                             att->value,