Update 07-Considering_Performance.md

This commit is contained in:
Jason Turner
2015-03-13 14:42:20 -06:00
parent 41010a4601
commit 2f1f58c2ab

View File

@@ -19,9 +19,6 @@ instead of:
```cpp ```cpp
// some header file // some header file
#include "MyClass.hpp" #include "MyClass.hpp"
void doSomething(const MyClass &); void doSomething(const MyClass &);