summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/network/uri.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/network/uri.hpp')
-rw-r--r--Build/source/utils/asymptote/LspCpp/network/uri.hpp38
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/network/uri.hpp b/Build/source/utils/asymptote/LspCpp/network/uri.hpp
deleted file mode 100644
index f3d86e09ec7..00000000000
--- a/Build/source/utils/asymptote/LspCpp/network/uri.hpp
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright (c) Glyn Matthews 2012-2016.
-// Copyright 2012 Dean Michael Berris <dberris@google.com>
-// Copyright 2012 Google, Inc.
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-#ifndef NETWORK_URI_HPP
-#define NETWORK_URI_HPP
-
-/**
- * \defgroup uri URI
- *
- * This module contains a class encapsulating a URI, a URI builder and
- * percent encoding and decoding functions.
- *
- * \defgroup optional Optional
- *
- * This module contains a utility to represent optional values.
- *
- * \defgroup string String
- *
- * This module contains a class for a non-owning reference to a string.
- *
- * \namespace network
- *
- * The \c network namespace contains all the classes and functions for
- * the URI in this library.
- *
- * \file
- * \brief Contains the uri, uri_builder classes and functions
- * for percent encoding and decoding.
- */
-
-#include <network/uri/uri.hpp>
-#include <network/uri/uri_io.hpp>
-
-#endif // NETWORK_URI_HPP