Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)

This reverts commit a50d211755.
This commit is contained in:
Dana Robinson
2020-11-19 18:54:00 -08:00
committed by GitHub
parent fc7ac84e19
commit 793b3d1bae
7 changed files with 30 additions and 1367 deletions

View File

@@ -19,7 +19,6 @@ find . -type d \( -path ./config \) -prune \
-or -name H5Edefin.h \
-or -name H5version.h \
-or -name H5overflow.h \
-or -name uthash.h \
\) \) \
-and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \
| xargs clang-format -style=file -i -fallback-style=none