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 c3872b8ea9
commit 47cd5e8c23

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()
{
}