diff options
Diffstat (limited to 'include/openvic-dataloader/ParseWarning.hpp')
-rw-r--r-- | include/openvic-dataloader/ParseWarning.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/openvic-dataloader/ParseWarning.hpp b/include/openvic-dataloader/ParseWarning.hpp deleted file mode 100644 index 307599f..0000000 --- a/include/openvic-dataloader/ParseWarning.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include <string> - -namespace ovdl { - struct ParseWarning { - const std::string message; - const int warning_value; - }; -}
\ No newline at end of file |