Remove a couple of unnecessary '#if FUSE_VERSION >= 24' blocks in the
authorDerrik Pates <demon@now.ai>
Thu, 19 May 2011 15:02:23 +0000 (09:02 -0600)
committerDerrik Pates <demon@now.ai>
Thu, 19 May 2011 15:02:23 +0000 (09:02 -0600)
commit68845ba3a48bd286cc70fb924091e0b5a00e7faa
tree7e75da57e9ee1d09f74d7afe1c4f6beb4f50e4c1
parentb5611a874d9082788c7a4aa7cb205f7447804687
Remove a couple of unnecessary '#if FUSE_VERSION >= 24' blocks in the
_PLfuse_create implementation. If the create() wrapper is supported
(as of FUSE 2.5), we know those lines necessarily have to work, so
the conditional is pointless.
Fuse.xs