diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-03 05:07:04 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-03 05:07:04 +0000 |
commit | ef20577491a69792f1692a135c79926b4cad551c (patch) | |
tree | 51146ebe46c95b49ecbb670933b2ba1fcdc0db68 /rpkid/rpki/__init__.py | |
parent | e60405db297bc46756fbde275b99fe6ae7c62fb0 (diff) |
Checkpoint: first step towards cleanup of SQL and left-right protocol.
svn path=/rpkid/doc/Installation; revision=2491
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index f010fa3c..6eec48dc 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -1477,9 +1477,6 @@ # timestamp is expressed as an XML @c xsd:dateTime, must be # expressed in UTC, and must carry the "Z" suffix indicating UTC. # -# @li @c subject_name: -# An optional text string naming the child. Not currently used. -# # @li @c asn: # A %list of autonomous sequence numbers, expressed as a # comma-separated sequence of decimal integers with no whitespace. |