Skip to content

Commit cfd7b05

Browse files
authored
Do not pull in internal retail assert header (#594)
1 parent 626bf89 commit cfd7b05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

production/inc/gaia/direct_access/edc_array.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
#include "gaia/direct_access/edc_object.hpp"
1313

14-
#include "gaia_internal/common/retail_assert.hpp"
15-
1614
namespace gaia
1715
{
1816

@@ -54,7 +52,6 @@ class edc_vector_t
5452
: m_vector(vector_ptr)
5553
{
5654
static_assert(std::is_arithmetic<T_type>::value, "edc_vector_t only supports basic types!");
57-
common::retail_assert(vector_ptr != nullptr, "edc_vector_t does not support null-valued array pointers!");
5855
};
5956

6057
const flatbuffers::Vector<T_type>* m_vector;

0 commit comments

Comments
 (0)