Skip to content

Commit

Permalink
Remove duplicate using declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Sep 9, 2014
1 parent 334dd71 commit a5534da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EnergyPlus/VentilatedSlab.cc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ namespace VentilatedSlab {
using DataPlant::TypeOf_CoilWaterSimpleHeating;
using DataPlant::TypeOf_CoilSteamAirHeating;
using DataHVACGlobals::ZoneComp;
using DataSizing::AutoSize;
using DataSizing::ZoneHVACSizing;
using DataSizing::NumZoneHVACSizing;

Expand Down

6 comments on commit a5534da

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (903 of 906 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (897 of 906 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - x86_64-MacOS-10.9-clang-Debug: OK (898 of 906 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (903 of 906 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HotFix-DuplicateUsingDeclaration (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (903 of 906 tests passed)

Build Badge Test Badge

Please sign in to comment.