diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadTsc.c')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/ReadTsc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadTsc.c b/MdePkg/Library/BaseLib/Ia32/ReadTsc.c index a67b57a77d..4109b96d8b 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadTsc.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadTsc.c @@ -6,9 +6,6 @@ **/
-
-
-
/**
Reads the current value of Time Stamp Counter (TSC).
@@ -28,4 +25,3 @@ AsmReadTsc ( rdtsc
}
}
-
|