Skip to content

Commit 0214af5

Browse files
authored
Merge pull request #2308 from joto/fix-comment
Remove comment that doesn't apply any more
2 parents 49da48b + f80854d commit 0214af5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/db-copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ void db_deleter_by_type_and_id_t::delete_rows(std::string const &table,
8888

8989
db_copy_thread_t::db_copy_thread_t(connection_params_t const &connection_params)
9090
{
91-
// Connection params are captured by copy here, because we don't know
92-
// whether the reference will still be valid once we get around to running
93-
// the thread.
9491
m_worker =
9592
std::thread{thread_t{pg_conn_t{connection_params, "copy"}, &m_shared}};
9693
}

0 commit comments

Comments
 (0)