Skip to content
Snippets Groups Projects
Commit 8f4e7fd2 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix obsolete declaration.

parent 04c1f9bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@
#include "resource_unpack.h"
extern int reshListCompare ( int, int );
extern void arrayDestroy ( void );
enum {
IOMode = PIO_NONE,
......
......@@ -39,8 +39,6 @@
#include "vlist_var.h"
extern void arrayDestroy ( void );
static struct
{
size_t size;
......
......@@ -21,8 +21,6 @@
typedef int MPI_Comm;
#endif
extern void arrayDestroy ( void );
enum {
DOUBLE_PRECISION = 8,
nlon = 12,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment