diff --git a/LongRunning/owlbot.py b/LongRunning/owlbot.py index 667af78fe38..44d6d66d408 100644 --- a/LongRunning/owlbot.py +++ b/LongRunning/owlbot.py @@ -41,12 +41,6 @@ version_string="longrunning", ) -# Add an alias for the previous namespace -s.replace( - "src/LongRunning/OperationsClient.php", - r"^}$\n", - r"}\n\nclass_alias('Google\\LongRunning\\OperationsClient', 'Google\\ApiCore\\LongRunning\\OperationsClient');\n") - ### [START] protoc backwards compatibility fixes # roll back to private properties.