tscrape_update: remove unused terminated() function - tscrape - twitter scraper
 (HTM) git clone git://git.codemadness.org/tscrape
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0368be87df8da32cab27d2d5fab28c053d352016
 (DIR) parent ed3a979265abe557e783ea22c6a09fb96241ff95
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) diff --git a/tscrape_update b/tscrape_update
       @@ -98,10 +98,6 @@ feed() {
                fi) &
        }
        
       -terminated() {
       -        isrunning="0"
       -}
       -
        cleanup() {
                # remove temporary files
                rm -rf "${tscrapetmpdir}"