Skip to content
Snippets Groups Projects
Commit b6906483 authored by Jesse Beder's avatar Jesse Beder
Browse files

Removed ATOMIC_TYPE, an old enum that wasn't used any more

parent d904b600
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,6 @@ namespace YAML
void PostWriteStreamable(const std::stringstream& str);
private:
enum ATOMIC_TYPE { AT_SCALAR, AT_SEQ, AT_BLOCK_SEQ, AT_FLOW_SEQ, AT_MAP, AT_BLOCK_MAP, AT_FLOW_MAP };
void PreAtomicWrite();
bool GotoNextPreAtomicState();
void PostAtomicWrite();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment