mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Remove final error code placeholder.
This commit is contained in:
parent
5e68553b53
commit
7d2e1a2ed1
@ -123,7 +123,6 @@ were added for new errors unique to netCDF-4.
|
|||||||
#define NC_EOBJECT (-140) // Some object exists when it should not
|
#define NC_EOBJECT (-140) // Some object exists when it should not
|
||||||
#define NC_ENOOBJECT (-141) // Some object not found
|
#define NC_ENOOBJECT (-141) // Some object not found
|
||||||
#define NC_EPLUGIN (-142) // Unclassified failure in accessing a dynamically loaded plugin
|
#define NC_EPLUGIN (-142) // Unclassified failure in accessing a dynamically loaded plugin
|
||||||
#define NC4_LAST_ERROR (-142) // Last Error Placeholder
|
|
||||||
|
|
||||||
|
|
||||||
~~~~
|
~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user