Skip to content

Commit

Permalink
Merge pull request #3239 from shingarov/remove_unused_prototype2
Browse files Browse the repository at this point in the history
Remove unused and incorrect prototype for flushICache()
  • Loading branch information
DanHeidinga authored Oct 12, 2018
2 parents 37b967b + 7e31302 commit 8ec6af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/oti/jitprotos.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void * j9ThunkInvokeExactHelperFromSignature(void * jitConfig, UDATA signatureLe

/* prototypes from CodertVMHelpers.cpp */
void initializeDirectJNI (J9JavaVM *vm);
void flushICache(J9VMThread *currentThread, void *memoryPointer, UDATA byteAmount);

/* prototypes from jsr292.c */
void i2jFSDAssert();
Expand Down

0 comments on commit 8ec6af5

Please sign in to comment.