sal/osl/unx/uunxapi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 533f0094df9a591116b73dca63bc34ddab683bdd Author: Tor Lillqvist <[email protected]> AuthorDate: Sat Apr 4 17:36:26 2020 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Sat Apr 4 17:38:26 2020 +0300 Let's put some verbosity in #if 0, though Change-Id: I862c6277b4ef8d80bd6352fe27fed96a262cd02e diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx index 57f983ccf65d..9f7e6d0c4635 100644 --- a/sal/osl/unx/uunxapi.cxx +++ b/sal/osl/unx/uunxapi.cxx @@ -919,7 +919,7 @@ namespace osl void unregisterPathForFd(int fd) { fdToPathMap.erase(fd); -#if 1 +#if 0 // Experimentation... if (fdToPathMap.size() < 5) dumpFdToPathMap(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
