summaryrefslogtreecommitdiff
path: root/SA_POP/experiments/EU_Performance/UserInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/experiments/EU_Performance/UserInput.h')
-rw-r--r--SA_POP/experiments/EU_Performance/UserInput.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/SA_POP/experiments/EU_Performance/UserInput.h b/SA_POP/experiments/EU_Performance/UserInput.h
deleted file mode 100644
index b1b2b52111c..00000000000
--- a/SA_POP/experiments/EU_Performance/UserInput.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-//=============================================================================
-/**
- * @file UserInput.h
- *
- * This file contains the UserInput class definition for the input adapter
- * that provides a user interface for testing SA-POP.
- *
- * @author John S. Kinnebrew <john.s.kinnebrew@vanderbilt.edu>
- */
-//=============================================================================
-
-#ifndef SA_POP_USER_INPUT_H_
-#define SA_POP_USER_INPUT_H_
-
-#include "SA_POP_Types.h"
-#include "UserInput.h"
-#include "Builder.h"
-#include "Planner.h"
-
-
-namespace SA_POP {
-
- /**
- * @class UserInput
- *
- * @brief Input adapter that provides a user interface for testing SA-POP.
- */
- class UserInput {
- public:
- /// Constructor.
- UserInput (void);
-
- /// Destructor.
- virtual ~UserInput (void);
- };
-
-}; /* SA_POP namespace */
-
-#endif /* SA_POP_USER_INPUT_H_ */