summaryrefslogtreecommitdiffstats
path: root/sal/inc/osl/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/time.h')
-rw-r--r--sal/inc/osl/time.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/inc/osl/time.h b/sal/inc/osl/time.h
index 8043164ffd07..9ccd653b6018 100644
--- a/sal/inc/osl/time.h
+++ b/sal/inc/osl/time.h
@@ -41,8 +41,6 @@ extern "C" {
#ifdef SAL_W32
# pragma pack(push, 8)
-#elif defined(SAL_OS2)
-# pragma pack(push, 4)
#endif
/* Time since Jan-01-1970 */
@@ -52,7 +50,7 @@ typedef struct {
sal_uInt32 Nanosec;
} TimeValue;
-#if defined( SAL_W32) || defined(SAL_OS2)
+#if defined(SAL_W32)
# pragma pack(pop)
#endif