diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:18:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:18:45 +0800 |
commit | 0f76e81efbfe355ab719da991a88825eb3a8ebae (patch) | |
tree | 1ce1670532059618b1b840a4da33f80bcd0ed43d | |
parent | fedb82a51dd9f1a9f3355f3fa1531f92df48a002 (diff) |
Remove unused function
-rwxr-xr-x | gist | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -141,10 +141,6 @@ http_method() { | |||
141 | || { echo "Error: no active internet connection" >&2; return 1; } | 141 | || { echo "Error: no active internet connection" >&2; return 1; } |
142 | } | 142 | } |
143 | 143 | ||
144 | httpGet() { | ||
145 | http_method GET "$@" | ||
146 | } | ||
147 | |||
148 | # Parse JSON from STDIN with string of python commands | 144 | # Parse JSON from STDIN with string of python commands |
149 | _process_json() { | 145 | _process_json() { |
150 | PYTHONIOENCODING=utf-8 \ | 146 | PYTHONIOENCODING=utf-8 \ |