summaryrefslogtreecommitdiff
path: root/src/JSystem/JStudio/JStudioToolLibrary/console.cpp
blob: 63314181e7639e719d46649a4a98f4d690bea914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Generated by dtk
// Translation Unit: console.cpp
//

#include "JSystem/JSystem.h" // IWYU pragma: keep

#include "JSystem/JStudio/JStudioToolLibrary/console.h"
#include "dolphin/types.h"

// This translation unit had dozens of GUI-related functions for the debug build, but none of those
// made it into the release build. Only a few weak destructors are present in the release TU.

static void dummy() {
    JSUMemoryInputStream temp(NULL, 0);
    temp.~JSUMemoryInputStream();
}