Skip to content

Commit

Permalink
#1570: LB: remove header guards accidentally generated
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 4, 2021
1 parent 1a8a1e3 commit 00f0c1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vt/vrt/collection/balance/baselb/load_sampler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
//@HEADER
*/

#if !defined INCLUDED_VT_VRT_COLLECTION_BALANCE_BASELB_LOAD_SAMPLER_CC
#define INCLUDED_VT_VRT_COLLECTION_BALANCE_BASELB_LOAD_SAMPLER_CC

#include "vt/vrt/collection/balance/baselb/load_sampler.h"

namespace vt { namespace vrt { namespace collection { namespace lb {
Expand Down Expand Up @@ -77,4 +74,3 @@ LoadSamplerBaseLB::histogramSample(LoadType const& load) const {

}}}} /* end namespace vt::vrt::collection::lb */

#endif /*INCLUDED_VT_VRT_COLLECTION_BALANCE_BASELB_LOAD_SAMPLER_CC*/

0 comments on commit 00f0c1d

Please sign in to comment.