Skip to content

Commit

Permalink
Main.cpp: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jul 30, 2019
1 parent cf98ce6 commit 0f2c251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ int main()
sleep(1);
}

int id = 1;
cout << "before device loop" << endl;
for (int i = 0; i < deviceManager.getAvailableDeviceTypes().size(); ++i)
{
Expand Down

0 comments on commit 0f2c251

Please sign in to comment.