Skip to content

Commit

Permalink
Remove multiple definitions for Antares::Statistics::HasWrittenToDisk (
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored May 31, 2024
1 parent 69cf486 commit 4d7e767
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions src/tests/src/libs/antares/array/fill-matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
using namespace std;
using namespace Antares;

namespace Antares
{
namespace Statistics
{
void HasWrittenToDisk(uint64_t /* size */)
{
}
} // namespace Statistics
} // namespace Antares

template<class T = double, class ReadWriteT = T>
class Matrix_easy_to_fill: public Matrix<T, ReadWriteT>
{
Expand Down
10 changes: 0 additions & 10 deletions src/tests/src/libs/antares/array/matrix-bypass-load.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ struct PredicateIdentity
} // namespace UnitTests
} // namespace Antares

namespace Antares
{
namespace Statistics
{
void HasReadFromDisk(uint64_t /* size */)
{
}
} // namespace Statistics
} // namespace Antares

template<class T = double, class ReadWriteT = T>
class Matrix_load_bypass: public Matrix_easy_to_fill<T, ReadWriteT>
{
Expand Down

0 comments on commit 4d7e767

Please sign in to comment.