Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Apr 24, 2024
1 parent b117b88 commit 364157b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Source/Utils/WarpXProfilerWrapper.H
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

#include <AMReX_BLProfiler.H>

// `BL_PROFILE_PASTE(SYNC_SCOPE_, __COUNTER__)` and `SYNC_V_##vname` used to make unique names for
// synchronizeOnDestruct objects, like `SYNC_SCOPE_0` and `SYNC_V_pmain`
#define WARPX_PROFILE(fname) BL_PROFILE(fname)
#define WARPX_PROFILE_VAR(fname, vname) BL_PROFILE_VAR(fname, vname)
#define WARPX_PROFILE_VAR_NS(fname, vname) BL_PROFILE_VAR_NS(fname, vname)
Expand Down
1 change: 0 additions & 1 deletion Source/ablastr/profiler/ProfilerWrapper.H
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <AMReX_BLProfiler.H>

// `BL_PROFILE_PASTE(SYNC_SCOPE_, __COUNTER__)` and `SYNC_V_##vname` used to make unique names for
#define ABLASTR_PROFILE(fname) BL_PROFILE(fname)
#define ABLASTR_PROFILE_VAR(fname, vname) BL_PROFILE_VAR(fname, vname)
#define ABLASTR_PROFILE_VAR_NS(fname, vname) BL_PROFILE_VAR_NS(fname, vname)
Expand Down

0 comments on commit 364157b

Please sign in to comment.