removed temp code
This commit is contained in:
parent
95a0f85849
commit
427e473009
1 changed files with 0 additions and 3 deletions
|
@ -37,9 +37,6 @@ namespace Saviour_Backup_System
|
|||
while (reader.Read())
|
||||
{
|
||||
backup temp = new backup();
|
||||
temp.create(reader.GetString(0),
|
||||
reader.GetString(1),
|
||||
reader.GetInt64(1)
|
||||
backups.Add(temp);
|
||||
temp = null;
|
||||
index++;
|
||||
|
|
Reference in a new issue