mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Removed an unused, unneeded struct, NCdata, that was causing problems on Visual Studio because it was empty.
This commit is contained in:
parent
cfba3433df
commit
e4d79dbb6c
@ -20,9 +20,6 @@
|
||||
/* Global */
|
||||
struct NCPROPINFO globalpropinfo;
|
||||
|
||||
struct NCdata {
|
||||
};
|
||||
|
||||
int
|
||||
NC4_fileinfo_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user