Silence compilation warning in allocator.h
authorDerek Murray <mrry@google.com>
Fri, 23 Mar 2018 17:12:05 +0000 (10:12 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sun, 25 Mar 2018 09:28:40 +0000 (02:28 -0700)
commit1b732d528ba120a6da32100f9991a353128114e8
tree623072e8f0348166acdda34aca02e237826ab1c2
parente5456bbd0ac1d80f0dae4e54407a5001e0fbfba6
Silence compilation warning in allocator.h

Some builds report the following warning (even though LOG(FATAL) is terminal):

```
./tensorflow/core/framework/device_base.h(188): warning: missing return statement at end of non-void function "tensorflow::DeviceBase::GetScopedAllocator"
```

PiperOrigin-RevId: 190235863
tensorflow/core/framework/device_base.h