change location of base files
[3501/3501-spark-go] / src / org / usfirst / frc / team3501 / robot / commands / CommandGroup.java
diff --git a/src/org/usfirst/frc/team3501/robot/commands/CommandGroup.java b/src/org/usfirst/frc/team3501/robot/commands/CommandGroup.java
deleted file mode 100644 (file)
index fcb7d26..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.usfirst.frc.team3501.robot.commands;
-
-public class CommandGroup
-    extends edu.wpi.first.wpilibj.command.CommandGroup
-    implements CommandBase {
-
-    public CommandGroup(String commandGroupName) {
-        super(commandGroupName);
-    }
-}