mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: Remove noinlene. Problem solved using gcc-4.9. [#MOBMET-1238]
This commit is contained in:
parent
74f89e1199
commit
a026585b18
@ -68,7 +68,7 @@ public:
|
||||
*
|
||||
* При попытке чтения после конца, следует кидать исключение.
|
||||
*/
|
||||
bool __attribute__ ((noinline)) eof()
|
||||
bool eof()
|
||||
{
|
||||
return !hasPendingData() && !next();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user