Removed compiler warnings for Runtime.NotImplemented

This commit is contained in:
Simon Lübeß
2024-05-20 13:35:00 +02:00
parent e5139ee3e8
commit f0fc67db35
@@ -2,7 +2,7 @@ namespace System
{ {
extension Runtime extension Runtime
{ {
[NoReturn, Warn("The method is not implemented.")] [NoReturn] // , Warn("The method is not implemented.")
#unwarn #unwarn
public static void NotImplemented(String filePath = Compiler.CallerFilePath, int line = Compiler.CallerLineNum) public static void NotImplemented(String filePath = Compiler.CallerFilePath, int line = Compiler.CallerLineNum)
{ {