diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py
index 5a3cb53842..187ff6cfe6 100644
--- a/django/db/backends/__init__.py
+++ b/django/db/backends/__init__.py
@@ -217,8 +217,7 @@ class BaseDatabaseOperations(object):
         Returns the value to use for the LIMIT when we are wanting "LIMIT
         infinity". Returns None if the limit clause can be omitted in this case.
         """
-        # FIXME: API may need to change once Oracle backend is repaired.
-        raise NotImplementedError()
+        raise NotImplementedError
 
     def pk_default_value(self):
         """