* minor: temporarily command out variables to prevent compile warnings

0.6.0-stable
Justin Clarke Casey 2008-07-29 18:16:17 +00:00
parent 19a5e56d55
commit d84a6bca55
1 changed files with 2 additions and 2 deletions

View File

@ -680,8 +680,8 @@ namespace OpenSim
string firstName = cmdparams[0]; string firstName = cmdparams[0];
string lastName = cmdparams[1]; string lastName = cmdparams[1];
string invPath = cmdparams[2]; //string invPath = cmdparams[2];
string savePath = (cmdparams.Length > 3 ? cmdparams[3] : DEFAULT_INV_BACKUP_FILENAME); //string savePath = (cmdparams.Length > 3 ? cmdparams[3] : DEFAULT_INV_BACKUP_FILENAME);
UserProfileData userProfile = m_commsManager.UserService.GetUserProfile(firstName, lastName); UserProfileData userProfile = m_commsManager.UserService.GetUserProfile(firstName, lastName);
if (null == userProfile) if (null == userProfile)