summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Sec/SecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/Sec/SecMain.c')
-rw-r--r--Nt32Pkg/Sec/SecMain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Nt32Pkg/Sec/SecMain.c b/Nt32Pkg/Sec/SecMain.c
index f1cf33910c..21cca57d5d 100644
--- a/Nt32Pkg/Sec/SecMain.c
+++ b/Nt32Pkg/Sec/SecMain.c
@@ -119,7 +119,6 @@ SecPrint (
va_start (Marker, Format);
-// vsprintf (Buffer, Format, Marker);
_vsnprintf (Buffer, sizeof (Buffer), Format, Marker);
CharCount = strlen (Buffer);