[ros-diffs] [janderwald] 29451: - remove non required specialization

janderwald at svn.reactos.org janderwald at svn.reactos.org
Mon Oct 8 02:22:39 CEST 2007


Author: janderwald
Date: Mon Oct  8 04:22:39 2007
New Revision: 29451

URL: http://svn.reactos.org/svn/reactos?rev=29451&view=rev
Log:
- remove non required specialization

Modified:
    trunk/reactos/tools/sysreg/rosboot_test.cpp

Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_test.cpp?rev=29451&r1=29450&r2=29451&view=diff
==============================================================================
--- trunk/reactos/tools/sysreg/rosboot_test.cpp (original)
+++ trunk/reactos/tools/sysreg/rosboot_test.cpp Mon Oct  8 04:22:39 2007
@@ -128,16 +128,6 @@
 //---------------------------------------------------------------------------------------
     void RosBootTest::getDefaultHDDImage(string & img)
     {
-#ifndef __LINUX__
-        char buffer[MAX_PATH];
-        if (GetCurrentDirectory(MAX_PATH, buffer))
-        {
-            img = buffer;
-            img += "\\output-i386";
-
-        }
-        else
-#endif
         img = "output-i386";
 
         EnvironmentVariable::getValue("ROS_OUTPUT", img);




More information about the Ros-diffs mailing list