diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-04-04 12:18:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-04 12:18:49 +0200 |
| commit | 59d11e7cd197e5902b632d0f8ca6e523ed50489a (patch) | |
| tree | d96b9eae3c039af31c24d8bfda80884efdc39fa4 /lib/if.c | |
| parent | dbf2f94c2cfd713b54f31becb9582c219463d507 (diff) | |
| parent | c17faa4b100673e4169ae585df755d6e08eebfee (diff) | |
Merge pull request #4075 from qlyoung/reduce-exported-vars
lib: reduce exported var symbols
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -56,9 +56,6 @@ DEFINE_QOBJ_TYPE(interface) DEFINE_HOOK(if_add, (struct interface * ifp), (ifp)) DEFINE_KOOH(if_del, (struct interface * ifp), (ifp)) -/* List of interfaces in only the default VRF */ -int ptm_enable = 0; - /* Compare interface names, returning an integer greater than, equal to, or * less than 0, (following the strcmp convention), according to the * relationship between ifp1 and ifp2. Interface names consist of an |
