remove unportable,glibc/gcc specific remote profiling support
commit954d563fc12c2cc151c7ccb27883ac78ad870662
authorrofl0r <retnyg@gmx.net>
Sun, 29 Jun 2014 16:51:15 +0000 (29 18:51 +0200)
committerrofl0r <retnyg@gmx.net>
Sun, 29 Jun 2014 16:51:18 +0000 (29 18:51 +0200)
tree39041b0cd102c03aad333cfcf50e81ce3248a57c
parent292a70641eaa0d6e83befda89ed58d1308eb20bd
remove unportable,glibc/gcc specific remote profiling support

the code is not 64 bit safe and depends on glibc specifics.
the purpose of the code was to enable GBA developers to profile
their GBA binaries. since probably less than a 1000th of every
VBA user needed that feature, it's quite safe to remove it...
those that still need it can use the win32 version, or the old code.
src/prof/Makefile.am [deleted file]
src/prof/gmon.h [deleted file]
src/prof/gmon_out.h [deleted file]
src/prof/prof.c [deleted file]
src/prof/prof.h [deleted file]