diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-12 14:41:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-14 08:29:17 +0200 |
commit | 1aa46b95bf8fe87c73b657b9ea226318399ace14 (patch) | |
tree | b2ec4f18c2ef024756b9c7f534ca50d3949f8154 /include/tools | |
parent | 8d56aedbbf33c33aa68bc08c372dd898bd2314b9 (diff) |
remove now unused DELETEZ macro
Change-Id: I67c51424db1302aaffc78389466f680952045326
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100625
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/solar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/solar.h b/include/tools/solar.h index 721573287685..ae7c5288c4cc 100644 --- a/include/tools/solar.h +++ b/include/tools/solar.h @@ -32,8 +32,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ // misc. macros to leverage platform and compiler differences -#define DELETEZ( p ) ( delete p,p = NULL ) - // solar binary types /* Solar (portable) Binary (exchange) Type; OSI 6 subset |