summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/helloxx/main.cxx')
-rwxr-xr-xapps/examples/helloxx/main.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/examples/helloxx/main.cxx b/apps/examples/helloxx/main.cxx
index df84375a2..9470edf14 100755
--- a/apps/examples/helloxx/main.cxx
+++ b/apps/examples/helloxx/main.cxx
@@ -1,7 +1,7 @@
//***************************************************************************
// examples/helloxx/main.c
//
-// Copyright (C) 2009 Gregory Nutt. All rights reserved.
+// Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <spudmonkey@racsa.co.cr>
//
// Redistribution and use in source and binary forms, with or without
@@ -87,18 +87,6 @@ static CHelloWorld g_HelloWorld;
//***************************************************************************
//***************************************************************************
-// user_initialize
-//***************************************************************************
-
-#ifndef CONFIG_HAVE_WEAKFUNCTIONS
-void user_initialize(void)
-{
- // Stub that must be provided only if the toolchain does not support weak
- // functions.
-}
-#endif
-
-//***************************************************************************
// user_start
//***************************************************************************