diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-04-04 17:36:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-04-04 17:38:26 +0300 |
commit | 533f0094df9a591116b73dca63bc34ddab683bdd (patch) | |
tree | 55d0ee62036354e65e7684c76cf76908a33e4f10 /sal/osl | |
parent | 894ab7459d7d823e890535a162c79498ac1aa23b (diff) |
Let's put some verbosity in #if 0, though
Change-Id: I862c6277b4ef8d80bd6352fe27fed96a262cd02e
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/uunxapi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |