mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- remove non required specialization
svn path=/trunk/; revision=29451
This commit is contained in:
@@ -128,16 +128,6 @@ namespace Sysreg_
|
||||
//---------------------------------------------------------------------------------------
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user