Skip to content

Commit

Permalink
removing useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
felicepantaleo committed Jun 14, 2018
1 parent ff9511f commit 2ebbcf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HeterogeneousCore/CUDAUtilities/interface/GPUVecArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,8 @@ template <class T, int maxSize> struct VecArray {

__inline__ constexpr const T& operator[](int i) const { return m_data[i]; }



__inline__ constexpr void reset() { m_size = 0; }


__inline__ constexpr int capacity() const { return maxSize; }

__inline__ constexpr T *data() const { return m_data; }
Expand Down

0 comments on commit 2ebbcf3

Please sign in to comment.