Skip to content

Commit

Permalink
Another dead variable...
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Jan 7, 2025
1 parent 9ade3bd commit 8f0a440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/Slice/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3583,7 +3583,6 @@ Slice::Exception::createDataMember(
checkIdentifier(name); // Don't return here -- we create the data member anyway.

// Check whether any bases have defined a member with the same name already.
ExceptionList bl = allBases();
for (const auto& q : allBases())
{
ContainedList contents;
Expand Down

0 comments on commit 8f0a440

Please sign in to comment.