summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/README.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_http_service/README.sh')
-rwxr-xr-xjdisc_http_service/README.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/jdisc_http_service/README.sh b/jdisc_http_service/README.sh
deleted file mode 100755
index b17f71e119f..00000000000
--- a/jdisc_http_service/README.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-CURRENT=$(date -u '+%F %T %Z')
-
-if [ -z ${VERSION} ]; then
- echo "ERROR: No version number defined";
- exit 1;
-fi
-
-cat <<EOF
-
-This package provides a ClientProvider and a ServerProvider implementation using HTTP on JDisc.
-
-EOF