aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-05-06 11:18:45 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-05-06 11:18:45 +0800
commit0f76e81efbfe355ab719da991a88825eb3a8ebae (patch)
tree1ce1670532059618b1b840a4da33f80bcd0ed43d
parentfedb82a51dd9f1a9f3355f3fa1531f92df48a002 (diff)
Remove unused function
-rwxr-xr-xgist4
1 files changed, 0 insertions, 4 deletions
diff --git a/gist b/gist
index 7794be4..5f7cb74 100755
--- a/gist
+++ b/gist
@@ -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
144httpGet() {
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 \