From dcea5f0360725d2c25b61eefe9db7b2474b26dd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Apr 2011 17:48:56 +0000 Subject: Remove user_initialize(); Make sure all integer types are signed that need to be git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/romfs/romfs_main.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'apps/examples/romfs') diff --git a/apps/examples/romfs/romfs_main.c b/apps/examples/romfs/romfs_main.c index 2e231a31c..32b3d2654 100644 --- a/apps/examples/romfs/romfs_main.c +++ b/apps/examples/romfs/romfs_main.c @@ -1,7 +1,7 @@ /**************************************************************************** * examples/romfs/romfs_main.c * - * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -451,14 +451,6 @@ static void checkdirectories(struct node_s *entry) * Public Functions ****************************************************************************/ -/**************************************************************************** - * Name: user_initialize - ****************************************************************************/ - -void user_initialize(void) -{ -} - /**************************************************************************** * Name: user_start ****************************************************************************/ -- cgit v1.2.3