Merge pull request #233 from google/spec_remove_predictive_edge

Remove reference to PREDICTIVE_EDGEBREAKER
This commit is contained in:
FrankGalligan 2017-10-13 10:57:41 -07:00 committed by GitHub
commit 61dda163ac
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