Removing another now unused function.

This commit is contained in:
Patrick Shriwise 2021-03-15 14:32:17 -05:00
parent da6a369d1f
commit 8658dbaed7

View file

@ -1,4 +1,3 @@
#ifndef OPENMC_DAGMC_H
#define OPENMC_DAGMC_H
@ -53,10 +52,6 @@ void read_dagmc_universes(pugi::xml_node node);
} // namespace openmc
#else
inline void read_dagmc_materials() {};
#endif
#endif // DAGMC
#endif // OPENMC_DAGMC_H