File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ namespace irods::re::python::types
3939 &rodsEnv::rodsZone,
4040 &rodsEnv::rodsLogLevel,
4141 &rodsEnv::rodsAuthFile,
42- &rodsEnv::rodsDebug,
4342 &rodsEnv::rodsClientServerPolicy,
4443 &rodsEnv::rodsClientServerNegotiation,
4544 &rodsEnv::rodsEncryptionKeySize,
@@ -76,7 +75,6 @@ namespace irods::re::python::types
7675 .add_property (" rodsZone" , +[](rodsEnv *s) { return array_ref<char >{s->rodsZone }; })
7776 .add_property (" rodsLogLevel" , &rodsEnv::rodsLogLevel)
7877 .add_property (" rodsAuthFile" , +[](rodsEnv *s) { return array_ref<char >{s->rodsAuthFile }; })
79- .add_property (" rodsDebug" , +[](rodsEnv *s) { return array_ref<char >{s->rodsDebug }; })
8078 .add_property (" rodsClientServerPolicy" , +[](rodsEnv *s) { return array_ref<char >{s->rodsClientServerPolicy }; })
8179 .add_property (" rodsClientServerNegotiation" , +[](rodsEnv *s) { return array_ref<char >{s->rodsClientServerNegotiation }; })
8280 .add_property (" rodsEncryptionKeySize" , &rodsEnv::rodsEncryptionKeySize)
You can’t perform that action at this time.
0 commit comments