mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Revert "[build] Export wpimath protobuf symbols (#5952)"
This reverts commit c80b2d2017.
This commit is contained in:
committed by
Peter Johnson
parent
2aba97c610
commit
9280054eab
@@ -48,13 +48,6 @@
|
||||
// detect/prohibit anytime it is #included twice without a corresponding
|
||||
// #undef.
|
||||
|
||||
#if __has_include("wpi/SymbolExports.h")
|
||||
#include "wpi/SymbolExports.h"
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4275)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// The definitions in this file are intended to be portable across Clang,
|
||||
// GCC, and MSVC. Function-like macros are usable without an #ifdef guard.
|
||||
// Syntax macros (for example, attributes) are always defined, although
|
||||
|
||||
Reference in New Issue
Block a user