Skip to content

Commit b95df54

Browse files
committed
Remove unused code
1 parent 58cae73 commit b95df54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/openddlparser/code/OpenDDLExport.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,9 @@ bool OpenDDLExport::writeToStream(const std::string &statement) {
134134
}
135135

136136
bool OpenDDLExport::writeNode(DDLNode *node, std::string &statement) {
137-
bool success(true);
138137
writeNodeHeader(node, statement);
139138
if (node->hasProperties()) {
140-
success |= writeProperties(node, statement);
139+
writeProperties(node, statement);
141140
}
142141
writeLineEnd(statement);
143142

0 commit comments

Comments
 (0)