Remove kDefaultPeriod from IterativeRobot (#232)

* Remove kDefaultPeriod from IterativeRobot

* Remove period

* Remove NextPeriodReady
This commit is contained in:
Austin Shalit
2016-10-09 16:58:30 -04:00
committed by Peter Johnson
parent 4896a77c86
commit 27bf94fd06
4 changed files with 11 additions and 107 deletions

View File

@@ -13,8 +13,6 @@
#include "SmartDashboard/SmartDashboard.h"
#include "networktables/NetworkTable.h"
constexpr double IterativeRobot::kDefaultPeriod;
/**
* Provide an alternate "main loop" via StartCompetition().
*