Merge branch 'jerry-sandbox2'

This commit is contained in:
Jerry (Xinyu Hou)
2015-11-23 09:54:05 -08:00
34 changed files with 560 additions and 170 deletions

View File

@@ -44,8 +44,6 @@ ArchSystemUnix::getOSName() const
msg += info.sysname;
msg += " ";
msg += info.release;
msg += " ";
msg += info.version;
return msg;
}
#endif