[XLA] Remove an unused function with a typo in its name.
authorMichael Kuperstein <mkuper@google.com>
Wed, 28 Feb 2018 00:41:38 +0000 (16:41 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 28 Feb 2018 00:45:38 +0000 (16:45 -0800)
PiperOrigin-RevId: 187252967

tensorflow/compiler/xla/service/hlo_module.h

index 06d92f94fd6f62162b22575e9cc341f2906cd0db..ca94118763566c91295cb35d80bc459d008e824c 100644 (file)
@@ -187,11 +187,6 @@ class HloModule {
   // Returns a randomly generated uint64.
   uint64 RandomNew64() const;
 
-  // Returns the unique name for a computation in this module.
-  string GetUniqueCompuationName(const string& prefix) {
-    return computation_name_uniquer_.GetUniqueName(prefix);
-  }
-
   // Returns the NameUniquer for uniquing instruction names in this module.
   NameUniquer& instruction_name_uniquer() { return instruction_name_uniquer_; }