dbms: Remove noinlene. Problem solved using gcc-4.9. [#MOBMET-1238]

This commit is contained in:
Sergey Magidovich 2015-02-08 12:42:53 +03:00
parent 74f89e1199
commit a026585b18

View File

@ -68,7 +68,7 @@ public:
*
* При попытке чтения после конца, следует кидать исключение.
*/
bool __attribute__ ((noinline)) eof()
bool eof()
{
return !hasPendingData() && !next();
}