Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once

This commit is contained in:
kervala 2010-09-28 12:02:24 +02:00
parent 98c43b1540
commit 803a14e00c

View file

@ -15,10 +15,3 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdpch.h"
// leave not static else this workaround don't work
void dummyToAvoidStupidCompilerWarning_std_pch_clientsheet_cpp()
{
}