提交 daab34c0 编写于 作者: A Aaron Xiao 提交者: Calvin Miao

Routing: Clean unused code. (#1158)

上级 f4341e21
......@@ -21,7 +21,6 @@ cc_library(
deps = [
"//modules/common",
"//modules/common/proto:common_proto",
"//modules/common/util:map_util",
"//modules/map/proto:map_proto",
"//modules/routing/common:routing_gflags",
"//modules/routing/graph",
......
......@@ -21,8 +21,6 @@
#include <queue>
#include "modules/common/log.h"
#include "modules/common/util/map_util.h"
#include "modules/routing/graph/sub_topo_graph.h"
#include "modules/routing/graph/topo_graph.h"
#include "modules/routing/graph/topo_node.h"
......@@ -32,8 +30,6 @@ namespace apollo {
namespace routing {
namespace {
using apollo::common::util::FindPtrOrNull;
constexpr double LANE_CHANGE_SKIP_S = 10.0;
struct SearchNode {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册