mirror of https://github.com/CGAL/cgal
Remove CGAL_EXPORT since it's just a constant now
This commit is contained in:
parent
f9b2a01e81
commit
b8922fdd21
|
|
@ -28,7 +28,7 @@
|
|||
namespace CGAL {
|
||||
namespace internal {
|
||||
|
||||
CGAL_EXPORT const int primes[2000] = {
|
||||
const int primes[2000] = {
|
||||
/*
|
||||
* Generated in SAGE with:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue