summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/currency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlibnative/bcltype/currency.h')
-rw-r--r--src/classlibnative/bcltype/currency.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/classlibnative/bcltype/currency.h b/src/classlibnative/bcltype/currency.h
deleted file mode 100644
index a1ba64e463..0000000000
--- a/src/classlibnative/bcltype/currency.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-//
-// File: Currency.h
-//
-
-//
-
-#ifndef _CURRENCY_H_
-#define _CURRENCY_H_
-
-#include <oleauto.h>
-#include <pshpack1.h>
-
-class COMCurrency
-{
-public:
- static FCDECL2_IV(void, DoToDecimal, DECIMAL * result, CY c);
-};
-
-#include <poppack.h>
-
-#endif // _CURRENCY_H_