[svn-r7291] Purpose:

Code cleanup

Description:
    Removed H5E_major_t and H5E_minor_t since they aren't used in the library
any longer.

Platforms tested:
    h5committested

Misc. update:
This commit is contained in:
Quincey Koziol 2003-08-08 13:28:42 -05:00
parent 82eef86fbc
commit 0d3e32316e

View File

@ -26,8 +26,6 @@ $Source = "";
"herr_t" => "e",
"H5E_direction_t" => "Ed",
"H5E_error_t*" => "Ee",
"H5E_major_t" => "Ej",
"H5E_minor_t" => "En",
"H5F_close_degree_t" => "Fd",
"H5F_scope_t" => "Fs",
"H5FD_t*" => "x",