Skip to content

Commit 55dd1c6

Browse files
committed
delete unncessary line
1 parent 6806742 commit 55dd1c6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pdi/src/data_descriptor_impl.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ try {
167167
throw Error(e.status(), "Unable to execute data_callbacks on data `{}', {}", name(), e.what());
168168
}
169169

170-
171170
void Data_descriptor_impl::share(void* data, bool read, bool write, bool delay_data_callback)
172171
try {
173172
assert((!metadata() || !m_refs.empty()) && "metadata descriptors should always keep a placeholder");
@@ -228,7 +227,6 @@ try {
228227
throw Error(e.status(), "Unable to share `{}', {}", name(), e.what());
229228
}
230229

231-
232230
void Data_descriptor_impl::release()
233231
try {
234232
assert((!metadata() || !m_refs.empty()) && "metadata descriptors should always keep a placeholder");

0 commit comments

Comments
 (0)