diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-18 10:21:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-19 16:20:28 +0100 |
commit | 2139fd8761e44b87e6d775d6de8361155dc3eaf1 (patch) | |
tree | db2b45170c8df273ecb2d421a6dcc88c3a542063 /include/tools | |
parent | 5f794aae9ea6cba83d7e432d393317928d1f0c41 (diff) |
drop last CONTAINER_APPEND use
Change-Id: Ia4500cfef039100cf12bc8e8a8946395e26b6890
Reviewed-on: https://gerrit.libreoffice.org/46700
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/contnr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/contnr.hxx b/include/tools/contnr.hxx index ba65820f8729..5b04ea7bc820 100644 --- a/include/tools/contnr.hxx +++ b/include/tools/contnr.hxx @@ -23,8 +23,6 @@ #include <limits.h> -#define CONTAINER_APPEND (ULONG_MAX) - #define TREELIST_APPEND (ULONG_MAX) #define TREELIST_ENTRY_NOTFOUND (ULONG_MAX) |