diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-14 14:54:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 14:54:30 +0200 |
| commit | 6f217d78da0a49b3f3cf99443cfa95a9a6507303 (patch) | |
| tree | 8d790b143339b5b910594dd919754622b0885d40 /src/include/debug.h | |
| parent | 0d38b1cd91d4265042396d3d1dbacac2e662ba00 (diff) | |
| parent | cdf71c4cbc8c07510708cb7396cd1035300f587f (diff) | |
| download | box64-6f217d78da0a49b3f3cf99443cfa95a9a6507303.tar.gz box64-6f217d78da0a49b3f3cf99443cfa95a9a6507303.zip | |
Merge pull request #10 from rajdakin/warnFixRefactor
Warnings and fixes
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index b1ac8146..ddf1d8b7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -11,7 +11,6 @@ extern int box64_pagesize; extern int box64_dynarec_dump; extern int box64_dynarec_trace; extern int box64_dynarec_forced; -extern int box64_dynarec_largest; extern uintptr_t box64_nodynarec_start, box64_nodynarec_end; #endif extern int dlsym_error; // log dlsym error |