Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
removed redundant function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Sep 9, 2020
1 parent 7c970e3 commit 92fb29c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ inline int contains_one(uint64_t *face, uint64_t **faces, size_t n_faces, size_t
contains_one(face, faces+skip+1, n_faces-skip-1, face_length);
}

void set_not_inclusion_maximal(uint64_t **faces, size_t n_faces, int *is_not_maximal){
}

size_t get_next_level(\
uint64_t **faces, size_t n_faces, uint64_t **maybe_newfaces, \
uint64_t **newfaces, uint64_t **visited_all, \
Expand Down

0 comments on commit 92fb29c

Please sign in to comment.