| Index: source/test/intltest/winnmtst.h
|
| diff --git a/source/test/intltest/winnmtst.h b/source/test/intltest/winnmtst.h
|
| deleted file mode 100644
|
| index 655a0b35fdc98ecdce101e21069c63e3f4081b8d..0000000000000000000000000000000000000000
|
| --- a/source/test/intltest/winnmtst.h
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -/*
|
| -********************************************************************************
|
| -* Copyright (C) 2005-2011, International Business Machines
|
| -* Corporation and others. All Rights Reserved.
|
| -********************************************************************************
|
| -*
|
| -* File WINNMTST.H
|
| -*
|
| -********************************************************************************
|
| -*/
|
| -
|
| -#ifndef __WINNMTST
|
| -#define __WINNMTST
|
| -
|
| -#include "unicode/utypes.h"
|
| -
|
| -#if U_PLATFORM_USES_ONLY_WIN32_API
|
| -
|
| -#if !UCONFIG_NO_FORMATTING
|
| -
|
| -/**
|
| - * \file
|
| - * \brief C++ API: Format dates using Windows API.
|
| - */
|
| -
|
| -class TestLog;
|
| -
|
| -class Win32NumberTest
|
| -{
|
| -public:
|
| - static void testLocales(TestLog *log);
|
| -
|
| -private:
|
| - Win32NumberTest();
|
| -};
|
| -
|
| -#endif /* #if !UCONFIG_NO_FORMATTING */
|
| -
|
| -#endif // U_PLATFORM_USES_ONLY_WIN32_API
|
| -
|
| -#endif // __WINNMTST
|
|
|