Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Oct 15, 2024
1 parent c3c9e95 commit c9bdcbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion flex/engines/graph_db/runtime/common/rt_any.cc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ RTAny RTAny::from_string(const std::string& str) {

RTAny RTAny::from_string(const std::string_view& str) {
RTAny ret;
LOG(INFO) << "from_string: " << str;
ret.type_ = RTAnyType::kStringValue;
ret.value_.str_val = str;
return ret;
Expand Down
2 changes: 0 additions & 2 deletions flex/engines/graph_db/runtime/common/rt_any.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class RTAnyType {
kF64Value,
kBoolValue,
kStringValue,
kStdStringValue,
kVertexSetValue,
kStringSetValue,
kUnknown,
Expand All @@ -176,7 +175,6 @@ class RTAnyType {
static const RTAnyType kF64Value;
static const RTAnyType kBoolValue;
static const RTAnyType kStringValue;
static const RTAnyType kStdStringValue;
static const RTAnyType kVertexSetValue;
static const RTAnyType kStringSetValue;
static const RTAnyType kUnknown;
Expand Down

0 comments on commit c9bdcbb

Please sign in to comment.