Skip to content

Commit

Permalink
More unnecessary header elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Aug 5, 2014
1 parent a340c9d commit 16c36dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion src/autowiring/benchmark/AutowiringBenchmarkTest.cpp
@@ -1,6 +1,5 @@
// Copyright (C) 2012-2014 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "AutowiringBenchmarkTest.hpp"
#include "gtest-all-guard.h"

class Foo {};
Expand All @@ -9,6 +8,10 @@ int main(int argc, const char* argv[]) {
return autotesting_main(argc, argv);
}

class AutowiringBenchmarkTest:
public testing::Test
{};

TEST_F(AutowiringBenchmarkTest, VerifySimplePerformance) {
const size_t n = 10000;

Expand Down
6 changes: 0 additions & 6 deletions src/autowiring/benchmark/AutowiringBenchmarkTest.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/autowiring/benchmark/CMakeLists.txt
Expand Up @@ -3,7 +3,6 @@ if(NOT AUTOWIRING_BUILD_BENCHMARKS)
endif()

set(AutowiringBenchmarkTest_SRCS
AutowiringBenchmarkTest.hpp
AutowiringBenchmarkTest.cpp
)

Expand Down

0 comments on commit 16c36dd

Please sign in to comment.