diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-27 18:30:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 15:30:54 -0700 |
| commit | 54d8839d916beef73c29165932fb33f9b24f2394 (patch) | |
| tree | f79fb8546f8f3b4cff8fb887061b796a3026c64a /src/JSystem/JSupport/JSUInputStream.cpp | |
| parent | 3f37bad921166c8c47ef2a2b914bc8d3535bc87c (diff) | |
Remove unnecessary externs (#2705)
Diffstat (limited to 'src/JSystem/JSupport/JSUInputStream.cpp')
| -rw-r--r-- | src/JSystem/JSupport/JSUInputStream.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/JSystem/JSupport/JSUInputStream.cpp b/src/JSystem/JSupport/JSUInputStream.cpp index 9c3206fdc1..3fa8ca0a30 100644 --- a/src/JSystem/JSupport/JSUInputStream.cpp +++ b/src/JSystem/JSupport/JSUInputStream.cpp @@ -9,37 +9,6 @@ #include "JSystem/JSupport/JSURandomInputStream.h" #include <dolphin.h> -// -// Forward References: -// - -extern "C" void skip__20JSURandomInputStreamFl(); - -// -// External References: -// - -extern "C" void __dt__20JSURandomInputStreamFv(); -extern "C" void getAvailable__20JSURandomInputStreamCFv(); - -// -// Declarations: -// - -/* ############################################################################################## */ -/* 803CC4B0-803CC4D4 0295D0 0024+00 0/0 7/7 0/0 .data __vt__20JSURandomInputStream */ -extern void* __vt__20JSURandomInputStream[9] = { - (void*)NULL /* RTTI */, - (void*)NULL, - (void*)__dt__20JSURandomInputStreamFv, - (void*)getAvailable__20JSURandomInputStreamCFv, - (void*)skip__20JSURandomInputStreamFl, - (void*)NULL, - (void*)NULL, - (void*)NULL, - (void*)NULL, -}; - /* 802DC23C-802DC298 2D6B7C 005C+00 1/0 6/6 0/0 .text __dt__14JSUInputStreamFv */ JSUInputStream::~JSUInputStream() { if (!isGood()) { |
