Skip to content

Commit

Permalink
[luci] Remove unused member variable in SubstitutePadV2ToPadPassTest (#…
Browse files Browse the repository at this point in the history
…7563)

This commit removes unused member variable in `SubstitutePadV2ToPadPassTest`.

ONE-DCO-1.0-Signed-off-by: Seok NamKoong <[email protected]>
  • Loading branch information
llFreetimell authored Aug 20, 2021
1 parent ce33ec8 commit dd64232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/luci/pass/src/SubstitutePadV2ToPadPass.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class SubstitutePadV2ToPadPassTest : public ::testing::Test
}

protected:
TestGraph *_graph;
luci::SubstitutePadV2ToPadPass _pad_pass;
luci::CircleShapeInferencePass _shapeinf_pass;
};
Expand Down

0 comments on commit dd64232

Please sign in to comment.