diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-20 03:23:14 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-20 03:23:14 +0200 |
commit | f7856a4466e535eaca803d9cd75f6a768c2b396e (patch) | |
tree | cea24cf9cc6e3acac386ee48119cf8c4e04ee697 /isisd | |
parent | ospf6d: Remove ospf6d version string (diff) | |
download | frr-f7856a4466e535eaca803d9cd75f6a768c2b396e.tar.xz frr-f7856a4466e535eaca803d9cd75f6a768c2b396e.zip |
isisd: Remove unused version
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/isisd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index da02854f5..36fe0b593 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -25,8 +25,6 @@ #include "vty.h" -#define ISISD_VERSION "0.0.7" - #include "isisd/isis_constants.h" #include "isisd/isis_common.h" #include "isisd/isis_redist.h" |