OSDN Git Service

android/system-emulator: Remove useless "static" qualifier
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Sat, 4 Jan 2014 01:55:28 +0000 (21:55 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 6 Jan 2014 19:22:39 +0000 (21:22 +0200)
commit3e5e6c76183f3710d9d416bfbbd00c4e8fcbe0c3
treeed10be0bd163de285c496b46dd845562473d3f32
parent37f1b609ae88f16e0e978836dd0afb245eb0d24c
android/system-emulator: Remove useless "static" qualifier

The value of SYSTEM_SOCKET_PATH is just copied to another memory
location using memcpy() (on the same function), therefore the static
qualifier is unnecessary.
android/system-emulator.c