tscrape_update: remove unused terminated() function - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0368be87df8da32cab27d2d5fab28c053d352016 | |
parent ed3a979265abe557e783ea22c6a09fb96241ff95 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 17 Dec 2018 18:40:28 +0100 | |
tscrape_update: remove unused terminated() function | |
Diffstat: | |
M tscrape_update | 4 ---- | |
1 file changed, 0 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/tscrape_update b/tscrape_update | |
@@ -98,10 +98,6 @@ feed() { | |
fi) & | |
} | |
-terminated() { | |
- isrunning="0" | |
-} | |
- | |
cleanup() { | |
# remove temporary files | |
rm -rf "${tscrapetmpdir}" |