summaryrefslogtreecommitdiff
path: root/procd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-04-23 19:06:12 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-05-29 21:43:55 +0200
commit5b1fb35427ba36d20c9f2a6b9403d1545b3abee6 (patch)
tree5735fdc2805f71613c6a9d165dca51e198b89dad /procd.h
parent5918b6d3c38dea4c9cdbc229d34494e4185aa2b3 (diff)
downloadprocd-5b1fb35427ba36d20c9f2a6b9403d1545b3abee6.tar.gz
Remove code that has become unnecessary after sysupgrade changes
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/procd.h b/procd.h
index 88886a3..5aa3aea 100644
--- a/procd.h
+++ b/procd.h
@@ -27,7 +27,6 @@
#define __init __attribute__((constructor))
extern char *ubus_socket;
-extern int upgrade_running;
void procd_connect_ubus(void);
void procd_reconnect_ubus(int reconnect);