Revert "[build] Export wpimath protobuf symbols (#5952)"

This reverts commit c80b2d2017.
This commit is contained in:
Thad House
2023-11-23 21:47:18 -08:00
committed by Peter Johnson
parent 2aba97c610
commit 9280054eab
16 changed files with 13 additions and 53 deletions

View File

@@ -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