Skip to content
Snippets Groups Projects
Commit 248b9727 authored by Marco Biasini's avatar Marco Biasini
Browse files

remove unused functions detected by clang

parent 19b49efa
Branches
Tags
No related merge requests found
......@@ -32,12 +32,6 @@ BOOST_PYTHON_FUNCTION_OVERLOADS(load_PDB_ov, LoadPDB, 1, 2)
void (PDBWriter::*write_a)(const mol::EntityHandle&)=&PDBWriter::Write;
void (PDBWriter::*write_b)(const mol::EntityView&)=&PDBWriter::Write;
namespace {
void push_flags(unsigned int x) {PDB::PushFlags(x);}
unsigned int flags() {return PDB::Flags();}
void pop_flags() {PDB::PopFlags();}
}
void export_pdb_io()
{
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment