summaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/common/resource.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/resource.cpp
parentece86e83e77dcf3d9e757517d3d16f707272a4c7 (diff)
REVERT: r9621717 (disable pg_wrapper for OSS) YQ-1154
ref:d888564254e64ea675383c26661ff5332bf406f5
Diffstat (limited to 'contrib/libs/icu/common/resource.cpp')
-rw-r--r--contrib/libs/icu/common/resource.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/libs/icu/common/resource.cpp b/contrib/libs/icu/common/resource.cpp
deleted file mode 100644
index 3d41a16029f..00000000000
--- a/contrib/libs/icu/common/resource.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// © 2016 and later: Unicode, Inc. and others.
-// License & terms of use: http://www.unicode.org/copyright.html
-/*
-*******************************************************************************
-* Copyright (C) 2015-2016, International Business Machines
-* Corporation and others. All Rights Reserved.
-*******************************************************************************
-* resource.cpp
-*
-* created on: 2015nov04
-* created by: Markus W. Scherer
-*/
-
-#include "resource.h"
-
-U_NAMESPACE_BEGIN
-
-ResourceValue::~ResourceValue() {}
-
-ResourceSink::~ResourceSink() {}
-
-U_NAMESPACE_END