Skip to content

Commit

Permalink
Unrelated cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Dec 10, 2024
1 parent 7cb146e commit 2ad9856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions cpp/src/slice2cs/CsUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ namespace Slice
bool,
const std::string& = "");

void writeSerializeDeserializeCode(
::IceInternal::Output&,
const TypePtr&,
const std::string&,
const std::string&,
bool,
int,
bool);

private:
class MetadataVisitor final : public ParserVisitor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Ice_invokeResult(boolean returnValue, byte[] outParams) {
public boolean returnValue;

/**
* The encoded out-paramaters and return value for the operation. The return value follows
* The encoded out-parameters and return value for the operation. The return value follows
* any out-parameters.
*/
public byte[] outParams;
Expand Down

0 comments on commit 2ad9856

Please sign in to comment.