Skip to content

Commit

Permalink
unused variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
swwwolf committed Feb 14, 2015
1 parent 4c750e2 commit 82145da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analyze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ bool WDbgArkAnalyze::IsGDTTypeSystem(const ExtRemoteTyped &gdt_entry) {
unsigned __int32 WDbgArkAnalyze::GetGDTLimit(const ExtRemoteTyped &gdt_entry) {
ExtRemoteTyped loc_gdt_entry = gdt_entry;
unsigned __int32 limit = 0;
unsigned __int32 granularity = 0;

if ( g_Ext->IsCurMachine64() ) {
limit = (loc_gdt_entry.Field("Bits.LimitHigh").GetUlong() << 16) |\
Expand Down

0 comments on commit 82145da

Please sign in to comment.