Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9919746d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "packet: remove useless variable" into main

parents c5d7951c 657a7388
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -592,9 +592,7 @@ void PacketDef::GenBuilderCreatePybind11(std::ostream& s) const {
  s << ".def(py::init([](";
  auto params = GetParamList();
  std::vector<std::string> constructor_args;
  int i = 1;
  for (const auto& param : params) {
    i++;
    std::stringstream ss;
    auto param_type = param->GetBuilderParameterType();
    if (param_type.empty()) {