Browse Source

delete defined but not used

tags/v1.5.1
zhangxiaokun 3 years ago
parent
commit
27bdd194f7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ge/graph/manager/graph_manager.cc

+ 0
- 2
ge/graph/manager/graph_manager.cc View File

@@ -129,8 +129,6 @@ const uint32_t kInitGraphCount = 1;
const uint32_t kNotAdded = 0;
const uint32_t kStartAdd = 1;
const uint32_t kDoneAdded = 2;
const uint32_t kNeverLoaded = 0;
const size_t kAlignment = 64;

bool IsTailingOptimization() {
string is_tailing_optimization_option;


Loading…
Cancel
Save