summaryrefslogtreecommitdiff
path: root/src/intersim/booksim_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intersim/booksim_config.hpp')
-rw-r--r--src/intersim/booksim_config.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/intersim/booksim_config.hpp b/src/intersim/booksim_config.hpp
deleted file mode 100644
index 0e86fab..0000000
--- a/src/intersim/booksim_config.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _BOOKSIM_CONFIG_HPP_
-#define _BOOKSIM_CONFIG_HPP_
-
-#include "config_utils.hpp"
-
-class BookSimConfig : public Configuration {
-public:
- BookSimConfig( );
-};
-
-#endif