Skip to content

Commit

Permalink
Remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeKjaer committed Aug 19, 2019
1 parent ee430aa commit 4afdd3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/schema/SchemaDefinition.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import { SugarSyntax } from "../parser/Sugar";
import { Cardinality } from "./Cardinality";

export const enum Reserved {
rootTag = "root",
defaultTag = "_default",
rawLine = "_raw_line"
}

export const ROOT = "root";
export const INVALID_TAG = "*";

Expand Down

0 comments on commit 4afdd3a

Please sign in to comment.