Skip to content

Commit

Permalink
Remove unused LabelSymbol nullCompilationId
Browse files Browse the repository at this point in the history
Signed-off-by: Daryl Maier <maier@ca.ibm.com>
  • Loading branch information
0xdaryl committed Nov 5, 2021
1 parent 2a36842 commit a54f109
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler/il/OMRLabelSymbol.hpp
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2019 IBM Corp. and others
* Copyright (c) 2000, 2021 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -50,8 +50,6 @@ namespace TR { class StaticSymbol; }
namespace TR { class SymbolReference; }
template <class T> class List;

typedef uintptr_t TR_UniqueCompilationId;
const TR_UniqueCompilationId nullCompilationId(~(TR_UniqueCompilationId) 0);

namespace OMR
{
Expand Down

0 comments on commit a54f109

Please sign in to comment.