Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless forward declarations #4356

Merged
merged 1 commit into from
Jan 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions runtime/oti/j9nonbuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,33 +341,19 @@ typedef enum {
J9FlushCompQueueDataBreakpoint
} J9JITFlushCompilationQueueReason;


/* Forward struct declarations. */
struct DgRasInterface;
struct J9AnnotationInfo;
struct J9AnnotationInfoEntry;
struct J9AnnotationState;
struct J9AOTConfig;
struct J9BytecodeVerificationData;
struct J9CfrClassFile;
struct J9Class;
struct J9ClassLoader;
struct J9ClassWalkState;
struct J9ConstantPool;
struct J9HashTable;
struct J9HiddenInstanceField;
struct J9HookedNative;
struct J9IdentityHashData;
struct J9JavaLangManagementData;
struct J9JavaVM;
struct J9JavaVMAttachArgs;
struct J9JImage;
struct J9JImageIntf;
struct J9JImageLocation;
struct J9JITExceptionTable;
struct J9JVMTIClassPair;
struct J9JXEDescription;
struct J9LoadROMClassData;
struct J9MemorySegment;
struct J9MemorySegmentList;
struct J9Method;
Expand All @@ -377,37 +363,18 @@ struct J9MM_IterateObjectDescriptor;
struct J9MM_IterateObjectRefDescriptor;
struct J9MM_IterateRegionDescriptor;
struct J9MM_IterateSpaceDescriptor;
struct J9MonitorEnterRecord;
struct J9MonitorTableListEntry;
struct J9NativeLibrary;
struct J9ObjectMonitor;
struct J9ObjectMonitorInfo;
struct J9Pool;
struct J9PortLibrary;
struct J9RAS;
struct J9RASdumpContext;
struct J9RASdumpFunctions;
struct J9ROMClass;
struct J9ROMFieldOffsetWalkState;
struct J9ROMFieldShape;
struct J9ROMFullTraversalFieldOffsetWalkState;
struct J9ROMMethod;
struct J9SharedCacheAPI;
struct J9SharedClassConfig;
struct J9SharedClassPreinitConfig;
struct J9SharedInternSRPHashTableEntry;
struct J9SharedInvariantInternTable;
struct J9StackWalkState;
struct J9Statistic;
struct J9TranslationBufferSet;
struct J9UnsafeMemoryBlock;
struct J9UTF8;
struct J9VerboseSettings;
struct J9VerboseStruct;
struct J9VMDllLoadInfo;
struct J9VMInitArgs;
struct J9VMInterface;
struct J9VMSystemProperty;
struct J9VMThread;
struct JNINativeInterface_;
struct OMR_VM;
Expand Down