Skip to content

Commit

Permalink
remove deprecated helper function read_cif_from_buffer()
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 12, 2025
1 parent 3e5b36a commit 6f78ba2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/gemmi/read_cif.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ inline cif::Document read_cif_or_mmjson_gz(const std::string& path) {
return read_cif_gz(path);
}

// deprecated
inline cif::Document read_cif_from_buffer(const CharArray& buffer, const char* name) {
return read_cif_from_memory(buffer.data(), buffer.size(), name);
}

} // namespace gemmi

#endif

0 comments on commit 6f78ba2

Please sign in to comment.