Ticket #1660 (closed deprecation: fixed)

Opened 12 years ago

Last modified 11 years ago

Deprecate Parrot_find_global_s and Parrot_store_global_s

Reported by: whiteknight Owned by: Paul C. Anagnostopoulos
Priority: normal Milestone:
Component: none Version: 2.4.0
Severity: medium Keywords:
Cc: Language:
Patch status: new Platform:

Description (last modified by whiteknight) (diff)

The functions src/global.c:Parrot_find_global_s() and src/global.c:Parrot_store_global_s() are not being used anywhere, and should probably be removed.

I'm going to add in a deprecation notice for it now that we can remove if there are any complaints.

Attachments

PCA-patch-004.patch Download (2.5 KB) - added by Paul C. Anagnostopoulos 11 years ago.

Change History

Changed 12 years ago by whiteknight

  • description modified (diff)
  • summary changed from Deprecate Parrot_find_global_s to Deprecate Parrot_find_global_s and Parrot_store_global_s

Changed 11 years ago by Paul C. Anagnostopoulos

  • owner set to Paul C. Anagnostopoulos
  • status changed from new to assigned

Changed 11 years ago by Paul C. Anagnostopoulos

Changed 11 years ago by Paul C. Anagnostopoulos

  • patch set to new

I removed the two unused functions after checking carefully that they are indeed unused. I also updated deprecated.pod.

Changed 11 years ago by chromatic

  • status changed from assigned to closed
  • resolution set to fixed

Thanks, applied as r48435.

Note: See TracTickets for help on using tickets.