8000 Fix compilation errors on Launchpad. · matplotlib/matplotlib@ee8b68e · GitHub
[go: up one dir, main page]

Skip to content

Commit ee8b68e

Browse files
committed
Fix compilation errors on Launchpad.
1 parent a78d7e8 commit ee8b68e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/_png.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
#include "numpy/arrayobject.h"
2929
#include "mplutils.h"
3030

31-
// This C function resides in npy_3kcompat.h and is unused by
32-
// matplotlib. This is here so that the compiler doesn't complain
33-
// that it is unused.
34-
extern "C" {
35-
__attribute__((unused)) static void simple_capsule_dtor(void *ptr);
36-
}
3731
#include "file_compat.h"
3832

3933
// As reported in [3082058] build _png.so on aix

0 commit comments

Comments
 (0)
0