Skip to content

Commit

Permalink
Throughput cleanup + reenable nodiscard (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Dec 12, 2024
1 parent 0b00ba1 commit b87a3ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 112 deletions.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Checks:
cert-*,
modernize-*,
-modernize-avoid-c-arrays,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
performance-*,
-performance-avoid-endl
Expand Down
106 changes: 0 additions & 106 deletions cpp/Ice/throughput/StringView.h

This file was deleted.

6 changes: 1 addition & 5 deletions cpp/Ice/throughput/Throughput.ice
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// Copyright (c) ZeroC, Inc.

#pragma once

[["cpp:include:StringView.h"]]

module Demo
{
sequence<byte> ByteSeq;
Expand Down

0 comments on commit b87a3ae

Please sign in to comment.