aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/ParseData.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvic-dataloader/ParseData.hpp')
-rw-r--r--include/openvic-dataloader/ParseData.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/openvic-dataloader/ParseData.hpp b/include/openvic-dataloader/ParseData.hpp
deleted file mode 100644
index 8bec7d2..0000000
--- a/include/openvic-dataloader/ParseData.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace ovdl {
- struct ParseData {
- const std::string production_name;
- const unsigned int context_start_line;
- const unsigned int context_start_column;
- };
-} \ No newline at end of file