ICU-13177 Removing unused file number_results.h.

X-SVN-Rev: 40468
This commit is contained in:
Shane Carr 2017-09-27 03:07:35 +00:00
parent d7a61a6e91
commit 0a31ef3eb5
2 changed files with 0 additions and 21 deletions

View File

@ -4,7 +4,6 @@
#include <uassert.h>
#include "unicode/numberformatter.h"
#include "number_decimalquantity.h"
#include "number_results.h"
#include "number_formatimpl.h"
using namespace icu::number;

View File

@ -1,20 +0,0 @@
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#ifndef NUMBERFORMAT_NUMFMTTER_RESULTS_H
#define NUMBERFORMAT_NUMFMTTER_RESULTS_H
// FIXME: Remove this file?
#include "number_types.h"
#include "number_decimalquantity.h"
#include "number_stringbuilder.h"
U_NAMESPACE_BEGIN namespace number {
namespace impl {
} // namespace impl
} // namespace number
U_NAMESPACE_END
#endif //NUMBERFORMAT_NUMFMTTER_RESULTS_H