summaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/common/parsepos.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <[email protected]>2022-06-24 13:08:23 +0300
committerDaniil Cherednik <[email protected]>2022-06-24 13:08:23 +0300
commit067fd14417000b3601483f660fe9e27c3b47f0b5 (patch)
treeeb4fc96bcae1331d15432f6555b003185bc75848 /contrib/libs/icu/common/parsepos.cpp
parentece86e83e77dcf3d9e757517d3d16f707272a4c7 (diff)
REVERT: r9621717 (disable pg_wrapper for OSS) YQ-1154
ref:d888564254e64ea675383c26661ff5332bf406f5
Diffstat (limited to 'contrib/libs/icu/common/parsepos.cpp')
-rw-r--r--contrib/libs/icu/common/parsepos.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/libs/icu/common/parsepos.cpp b/contrib/libs/icu/common/parsepos.cpp
deleted file mode 100644
index 56c6c788136..00000000000
--- a/contrib/libs/icu/common/parsepos.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// © 2016 and later: Unicode, Inc. and others.
-// License & terms of use: http://www.unicode.org/copyright.html
-/*
-**********************************************************************
-* Copyright (C) 2003-2003, International Business Machines
-* Corporation and others. All Rights Reserved.
-**********************************************************************
-*/
-
-#include "unicode/parsepos.h"
-
-U_NAMESPACE_BEGIN
-
-UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
-
-ParsePosition::~ParsePosition() {}
-
-ParsePosition *
-ParsePosition::clone() const {
- return new ParsePosition(*this);
-}
-
-U_NAMESPACE_END