Skip to content

Commit

Permalink
Remove C++ sources from repo (#74481)
Browse files Browse the repository at this point in the history
* Remove C++ sources from repo

The C++ sources are triggering CodeQL checks. Suppressing them / getting
exceptions is very tricky. Instead just removing this code. The majority
of it was written to validate our floating point parsing code compared
to the C++ impl. It's been ages since that was needed. Can recover it by
looking at this commit in the future if needed.

* more

* more
  • Loading branch information
jaredpar authored Jul 23, 2024
1 parent 9788b82 commit e4fc159
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 615 deletions.
40 changes: 0 additions & 40 deletions src/Compilers/RealParserTests/CLibraryShim/AssemblyInfo.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/Compilers/RealParserTests/CLibraryShim/CLibraryShim.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions src/Compilers/RealParserTests/CLibraryShim/CLibraryShim.h

This file was deleted.

151 changes: 0 additions & 151 deletions src/Compilers/RealParserTests/CLibraryShim/CLibraryShim.vcxproj

This file was deleted.

36 changes: 0 additions & 36 deletions src/Compilers/RealParserTests/Properties/AssemblyInfo.cs

This file was deleted.

77 changes: 0 additions & 77 deletions src/Compilers/RealParserTests/RandomRealParserTests.cs

This file was deleted.

Loading

0 comments on commit e4fc159

Please sign in to comment.