Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value

We already have a way to return a 400 response code along with a
personalized message response for the uploader.

Resolves ticket 22213.
This commit is contained in:
Roger Dingledine
2017-05-10 20:03:07 -04:00
parent 466e27feae
commit 8f1ddf0cd2
4 changed files with 6 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal value.
Resolves ticket 22213.