mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Remove deprecated code (#8656)
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
|
||||
using namespace wpi::util::java;
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
namespace wpi::nt {
|
||||
bool JNI_LoadTypes(JNIEnv* env);
|
||||
void JNI_UnloadTypes(JNIEnv* env);
|
||||
|
||||
Reference in New Issue
Block a user