Finish merging two identical conditional branches
commit6f761939196eb0963c218b2ac9263f358f946675
authorMike Kaganski <mike.kaganski@collabora.com>
Thu, 14 Oct 2021 15:05:53 +0000 (14 17:05 +0200)
committerMike Kaganski <mike.kaganski@collabora.com>
Thu, 14 Oct 2021 16:37:47 +0000 (14 18:37 +0200)
treefa6b46ad9b1c333d902576b39200454725567d83
parente799d70c646748b90879d7b31c2b28fe8c0853d8
Finish merging two identical conditional branches

The code in the branches used to do different things before commit
26e6d4b05ab444e6a7529ffcac7fbe592fc94833, which technically made
aProperties a copy of rProperties in both cases, only in one case
there were some checks that didn't affect the end result. This was
progressively cleaned up in commits e06afb0c9546ddcde1cedd75f59001396ac6fdf2
and 39bbfa61653ba7c3cca0aed739559914c78edc89, and this one drops
the last redundant bit.

The only question that remains is: did the initial change
actually intend this result?

Change-Id: Id26d50f7f7bdfed3bfb436e0c8bbbf6b3a0dbf98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123524
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
ucb/source/ucp/webdav-neon/webdavcontent.cxx