summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-04-04 12:18:49 +0200
committerGitHub <noreply@github.com>2019-04-04 12:18:49 +0200
commit59d11e7cd197e5902b632d0f8ca6e523ed50489a (patch)
treed96b9eae3c039af31c24d8bfda80884efdc39fa4 /lib/vty.h
parentdbf2f94c2cfd713b54f31becb9582c219463d507 (diff)
parentc17faa4b100673e4169ae585df755d6e08eebfee (diff)
Merge pull request #4075 from qlyoung/reduce-exported-vars
lib: reduce exported var symbols
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index ca5a2003c4..9c2653e1ac 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -290,7 +290,6 @@ struct vty_arg {
#endif
/* Exported variables */
-extern char integrate_default[];
extern struct vty *vty_exclusive_lock;
/* Prototypes. */