diff --git a/lib/http_tools.sh b/lib/http_tools.sh index 7f75dc2..e031486 100755 --- a/lib/http_tools.sh +++ b/lib/http_tools.sh @@ -1,7 +1,7 @@ #!/bin/bash ####################################################################### -# Copyright 2013--2016 Internet2 +# Copyright 2013--2017 Internet2 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,11 +16,6 @@ # limitations under the License. ####################################################################### -# has this file already been sourced? -if [ "$(type -t conditional_get)" = function ]; then - return 0 -fi - ####################################################################### # # Given a web resource and a local cache, if the resource is cached,