summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-08-03 18:38:00 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-08-07 09:37:16 +0200
commitcdc2b4fe656d92e3817195323993698e052b6fa5 (patch)
treed93601bdc67e8b6f870f5459534517f6b27a421e /sal
parent16ee4471db74b9e3417106048172eb98ae553f3f (diff)
Remove unused header file
Seems like it was committed accidentally Change-Id: Idc086b7b92ef9c4a8b3bafa2114b7da3e8d42618 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155350 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/security/TODO.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sal/qa/osl/security/TODO.h b/sal/qa/osl/security/TODO.h
deleted file mode 100644
index 082c54633074..000000000000
--- a/sal/qa/osl/security/TODO.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "sal/types.h"
-#define T1(x) do { x; } while (0)
-#define T2(x) do { x; } while (sal_False)
-#define T3(x) do { x; } while (false)
-#define T4(x, y) do { x; } while (y)
-#define T5(x) T4(x, 0)
-#define T6(x) T4(x, sal_False)
-#define T7(x) T4(x, false)