Remove the last obsolete interface

Change-Id: I5921968b3064af53f716858092c2da3ea7522362
This commit is contained in:
Thomas Clark
2014-07-29 18:01:17 -04:00
parent 264c38a674
commit a5b72d62a1

View File

@@ -1,17 +0,0 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
package edu.wpi.first.wpilibj.parsing;
/**
* IUtility is an interface implemented by any WPILibJ class which should appear
* in the utility tree of the java program builder. A utility is generally a
* class which is not a specific device, but more of a software tool. An
* example of this would be the Timer class
* @author Ryan O'Meara
*/
public interface IUtility extends IDevice {}