Skip to content

Commit

Permalink
Fix license header in gcpriv.h (dotnet#39496)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jul 17, 2020
1 parent 689f459 commit 33946f2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/coreclr/src/gc/gcpriv.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// optimize for speed

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#ifndef _DEBUG
#ifdef _MSC_VER
// optimize for speed
#pragma optimize( "t", on )
#endif
#endif
Expand Down

0 comments on commit 33946f2

Please sign in to comment.