Skip to content

Commit

Permalink
Merge pull request catid#33 from ehsanen/redundant-decls
Browse files Browse the repository at this point in the history
Fix redundant redeclaration warning for gf256_memswap
  • Loading branch information
catid authored Mar 19, 2021
2 parents e42951f + 795c608 commit e468308
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gf256.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ static GF256_FORCE_INLINE void gf256_div_mem(void * GF256_RESTRICT vz,
//------------------------------------------------------------------------------
// Misc Operations

/// Swap two memory buffers in-place
extern void gf256_memswap(void * GF256_RESTRICT vx, void * GF256_RESTRICT vy, int bytes);


#ifdef __cplusplus
}
#endif // __cplusplus
Expand Down

0 comments on commit e468308

Please sign in to comment.