Skip to content

Commit 2b9a786

Browse files
Throughput cleanup + reenable nodiscard
1 parent 0b00ba1 commit 2b9a786

File tree

3 files changed

+1
-112
lines changed

3 files changed

+1
-112
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Checks:
55
cert-*,
66
modernize-*,
77
-modernize-avoid-c-arrays,
8-
-modernize-use-nodiscard,
98
-modernize-use-trailing-return-type,
109
performance-*,
1110
-performance-avoid-endl

cpp/Ice/throughput/StringView.h

Lines changed: 0 additions & 106 deletions
This file was deleted.

cpp/Ice/throughput/Throughput.ice

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
//
2-
// Copyright (c) ZeroC, Inc. All rights reserved.
3-
//
1+
// Copyright (c) ZeroC, Inc.
42

53
#pragma once
64

7-
[["cpp:include:StringView.h"]]
8-
95
module Demo
106
{
117
sequence<byte> ByteSeq;

0 commit comments

Comments
 (0)