encoding: delete LocalControlHeader constants
refs #3755
Change-Id: I1c5adf79a3cb4725b5157dfdb52826c35b657b7a
diff --git a/src/encoding/tlv-nfd.hpp b/src/encoding/tlv-nfd.hpp
index 1ae88e5..7462905 100644
--- a/src/encoding/tlv-nfd.hpp
+++ b/src/encoding/tlv-nfd.hpp
@@ -1,5 +1,5 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
+/*
* Copyright (c) 2013-2017 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
@@ -95,15 +95,6 @@
DEPRECATED() constexpr auto NInDatas = NInData;
DEPRECATED() constexpr auto NOutDatas = NOutData;
-enum {
- // Local Control Header
- LocalControlHeader = 80,
- IncomingFaceId = 81,
- NextHopFaceId = 82,
- CachingPolicy = 83,
- NoCache = 96
-};
-
} // namespace nfd
} // namespace tlv
} // namespace ndn