Skip to content

Commit b53d596

Browse files
korydraughnalanking
authored andcommitted
[irods/irods#8367] Remove rodsDebug member from RodsEnvironment struct.
1 parent fc09f79 commit b53d596

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/types/irods/getRodsEnv.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)