Remove reference to PREDICTIVE_EDGEBREAKER

This commit is contained in:
Frank Galligan 2017-10-13 10:54:06 -07:00
parent 8f06c22979
commit a27303d531
2 changed files with 1 additions and 2 deletions

View File

@ -322,7 +322,7 @@ void ParseEdgebreakerStandardSymbol() {
void EdgebreakerDecodeSymbol() {
if (edgebreaker_traversal_type == VALENCE_EDGEBREAKER) {
EdgebreakerValenceDecodeSymbol(sym);
} else {
} else if (edgebreaker_traversal_type == STANDARD_EDGEBREAKER) {
ParseEdgebreakerStandardSymbol(sym);
}
}

View File

@ -37,7 +37,6 @@
* EdgeBreaker encoding methods
* 0: STANDARD_EDGEBREAKER
* 1: PREDICTIVE_EDGEBREAKER
* 2: VALENCE_EDGEBREAKER
* EdgeBreaker constants