Skip to content

Commit

Permalink
Merge pull request #3642 from 0xdaryl/interpstatic
Browse files Browse the repository at this point in the history
Remove unused linkage conventions
  • Loading branch information
Leonardo2718 authored Mar 6, 2019
2 parents b2bc7d9 + 4bb3970 commit 3c6f54e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions compiler/codegen/OMRLinkageConventions.enum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corp. and others
* Copyright (c) 2000, 2019 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 @@ -27,7 +27,5 @@
TR_None = 0,
TR_Private,
TR_System,
TR_AllRegister,
TR_InterpretedStatic,
TR_Helper,
TR_J9JNILinkage,
4 changes: 0 additions & 4 deletions compiler/ras/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4237,10 +4237,6 @@ TR_Debug::getLinkageConventionName(uint8_t lc)
return "Private";
case TR_System:
return "System";
case TR_AllRegister:
return "AllRegister";
case TR_InterpretedStatic:
return "InterpretedStatic";
case TR_Helper:
return "Helper";
default:
Expand Down

0 comments on commit 3c6f54e

Please sign in to comment.